Skip to content

Commit c0c778c

Browse files
Merge pull request #1209 from oracle-devrel/md-dp-azure-blob
added adb@azure blob guide
2 parents 175129c + 91695dd commit c0c778c

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

data-platform/modernise/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Also make sure to check the dedicated pages of the main technology areas of Data
1616

1717
# Team Publications
1818

19-
- [ZDM/DMS Comparison](https://macsdata.netlify.app/oradb/migration/zdm-dms-comparison/)
19+
- [ZDM/DMS Comparison](https://macsdata.com/oracle/zdm-dms-comparison)
2020
- Technical Comparison of Zero Downtime Migration and OCI Database Migration service, available on Marcus Doeringer's public platform
2121
- [CLONE PDB options as a Migration Method for Windows Databases to Oracle Cloud Infrastructure](https://carlosal.wordpress.com/2023/07/14/clone-pdb-options-as-a-migration-method-for-windows-databases-to-oracle-cloud-infrastructure/)
2222
- Blog technical article about migrating Windows Oracle Databases to OCI using Oracle REMOTE CLONE PDB and REFRESHABLE PDB functionalities, available on Carlos Álvarez's public platform
@@ -34,7 +34,7 @@ Also make sure to check the dedicated pages of the main technology areas of Data
3434
- Cloud Coaching session delivered by Austine Ouma and Marcus Doeringer around best practices for loading data and migrating databases into Oracle Autonomous Database on Oracle Cloud Infrastructure.
3535
- [Ace your Database Migration to Oracle Exadata Database Service on Dedicated Infrastructure](https://www.youtube.com/watch?v=luBezgN7sa0)
3636
- Cloud Customer Connect session delivered by Amalraj Puthenchira explaining how to use the Oracle Zero Downtime Migration (ZDM) tool to migrate Oracle Database on Linux to Exadata Database Service on Dedicated Infrastructure.
37-
- [Migration Methods Overview & Comparison](https://macsdata.netlify.app/oracle/migration/methods-overview-comparison/)
37+
- [Migration Methods Overview & Comparison](https://macsdata.com/oracle/migration-methods-overview)
3838
- Explore and compare key features of different Oracle migration methods, available on Marcus Doeringer's public platform
3939
- [Multicloud Network Architectures for DB Migrations to Oracle Cloud Infrastructure](https://www.youtube.com/watch?v=1ngXJRsP5jA)
4040
- Cloud Coaching Webinar explaining different multicloud network architectures for migrating databases to OCI using Zero Downtime Migration

data-platform/modernise/data-pump/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Reviewed: 03.11.2023
1515

1616
# Team Publications
1717

18-
- [Data Pump: Export Best Practices](https://macsdata.netlify.app/oradb/migration/datapump/expdp/bestpractices/)
18+
- [Data Pump: Export Best Practices](https://macsdata.com/oracle/datapump-best-practices-export)
1919
- Detailed best practices guide around Oracle Data Pump export (expdp), available on Marcus Doeringer's public platform
20-
- [Data Pump: Import Best Practices](https://macsdata.netlify.app/oradb/migration/datapump/impdp/bestpractices/)
20+
- [Data Pump: Import Best Practices](https://macsdata.com/oracle/datapump-best-practices-import)
2121
- Detailed best practices guide around Oracle Data Pump import (impdp), available on Marcus Doeringer's public platform
2222
- [Upload Large Data Pump Files to OCI - using OCI CLI Multipart Uploads](https://www.youtube.com/watch?v=9100uKXquic)
2323
- YouTube Video by Austine Ouma explaining how to use multipart uploads for large data pump files that need to be uploaded to Oracle Cloud Infrastructure
@@ -34,9 +34,11 @@ Reviewed: 03.11.2023
3434
- [OCI Console Data Pump Import Wizard](https://www.youtube.com/watch?v=FZAJezCQjhE)
3535
- YouTube Video by Austine Ouma explaining how to use the OCI DB Console Import Wizard to import data into Autonomous Database
3636
- [A Complete Guide to Migrate your Data to Autonomous Database and Best Practices](https://medium.com/@snoozrocks/a-complete-guide-to-migrate-your-data-to-autonomous-database-and-best-practices-8e5fbdaa26eb)
37-
- This blog post provides a high-level overview of the steps to migrate data from a source Oracle Database to the Autonomous Database Cloud using Data Pump and OCI Object Storage.
38-
- [Migrate to Oracle Autonomous DB@Azure using Azure blob storage](https://www.youtube.com/watch?v=CtTgweuLG9s)
39-
- YouTube video by Mihai Costeanu showing how to import data into Oracle Autonomous DB@Azure using Data Pump and Azure blob storage to store the dump files.
37+
- This blog post provides a high-level overview of the steps to migrate data from a source Oracle Database to the Autonomous Database Cloud using Data Pump and OCI Object Storage
38+
- [Migrate to Oracle Autonomous DB@Azure using Azure blob storage - Video](https://www.youtube.com/watch?v=CtTgweuLG9s)
39+
- YouTube video by Mihai Costeanu showing how to import data into Oracle Autonomous DB@Azure using Data Pump and Azure blob storage to store the dump files
40+
- [Migrate to Oracle Autonomous DB@Azure using Azure blob storage](https://macsdata.com/oracle/datapump-import-adb-azure-blob-storage)
41+
- Migration Guide showing how to import data into Oracle Autonomous DB@Azure using Data Pump and Azure blob storage to store the dump files, available on Marcus Doeringer's public platform
4042

4143

4244
# Useful Links

data-platform/modernise/transportable-tablespace/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Reviewed: 04.01.2024
1515

1616
- [Seamless Cross-Platform/Endian Database Migration with Minimal Downtime](https://www.youtube.com/watch?v=OUsaZoBUHBY)
1717
- Cload Coaching Webinar delivered by Marcus Doeringer and the EMEA Lift team (Poornima Veeraiah, Suresh Baral) explaining XTTSv4 and Full Transportable Export/Import FTEX migration method including a technical demo and best practices
18-
- [Migration Guide: XTTSv4 / Full Transportable Export/Import](https://macsdata.netlify.app/oradb/migration/guides/xttsv4-ftex)
18+
- [Cross Endian Platform Migration using XTTSv4 + FTEX](https://macsdata.com/oracle/cross-endian-platform-migration-xttsv4-ftex)
1919
- Detailed, step-by-step guide showing how to perform a cross platform/endian database migration using XTTSv4 and Full Transportable Export/Import on Marcus Doeringer's public platform
2020

2121
# Useful Links

data-platform/modernise/zero-downtime-migration/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Reviewed: 03.11.2023
2020

2121
## Technical Guides
2222

23-
- [ZDM: Installation Guide](https://macsdata.netlify.app/oradb/migration/zdm/installation)
23+
- [ZDM: Installation Guide](https://macsdata.com/oracle/zdm-installation)
2424
- Detailed, step-by-step guide for ZDM installation
25-
- [ZDM: Patching Guide](https://macsdata.netlify.app/oradb/migration/zdm/patching)
25+
- [ZDM: Patching Guide](https://macsdata.com/oracle/zdm-patching)
2626
- Detailed, step-by-step guide for ZDM patching
27-
- [ZDM: Wallet Setup Guide](https://macsdata.netlify.app/oradb/migration/zdm/wallet)
27+
- [ZDM: Wallet Setup Guide](https://macsdata.com/oracle/zdm-wallet-setup)
2828
- Detailed, step-by-step guide for ZDM wallet setup
29-
- [GoldenGate: Marketplace Image Installation Guide](https://macsdata.netlify.app/oradb/migration/goldengate/marketplace/install/)
29+
- [GoldenGate: Marketplace Image Installation Guide](https://macsdata.com/oracle/goldengate-marketplace-installation)
3030
- Detailed, step-by-step GoldenGate Marketplace Image installation guide for database migrations, available on Marcus Doeringer's public platform
31-
- [GoldenGate: Marketplace Image Docker Setup Guide](https://macsdata.netlify.app/oradb/migration/goldengate/marketplace/docker/)
31+
- [GoldenGate: Marketplace Image Docker Setup Guide](https://macsdata.com/oracle/goldengate-marketplace-docker-setup)
3232
- Detailed, step-by-step GoldenGate Marketplace Image Docker setup guide for database migrations, available on Marcus Doeringer's public platform
3333
- [ZDM: Logical Offline Migration to Autonomous Database Dedicated ](https://wordpress.com/post/amalrajputhenchira.wordpress.com/40)
3434
- Detailed, step-by-step instructions for performing logical offline migration to Autonomous Database Dedicated using NFS as data transfer medium, available on Amalraj Puthenchira's public platform
@@ -59,6 +59,7 @@ Reviewed: 03.11.2023
5959
- [Step-by-Step Guide – Logical Migration and In-Flight Upgrade from On-Premises to DBCS and ExaCS](https://www.oracle.com/a/tech/docs/oracle-zdm-logical-migration-step-by-step-guide.pdf)
6060
- [Database@Azure - Blog: Oracle ZDM Physical Online Migration with direct data transfer](https://blogs.oracle.com/maa/post/oracle-zdm-for-oracle-database-at-azure)
6161
- [Database@Azure - Video: Migrate Oracle Databases to ExaDB-D on Oracle Database@Azure](https://www.youtube.com/watch?v=1fDDGlb7y7Y)
62+
- [Overview of Oracle ZDM Migration Workflows to Exadata Database Service on Oracle Database@Azure](https://blogs.oracle.com/maa/post/overview-of-oracle-zdm-migration-workflows-to-exadata-database-service-on-oracle-databaseazure)
6263

6364
# License
6465

0 commit comments

Comments
 (0)