Skip to content

Commit 6e5b512

Browse files
Merge pull request #689 from oracle-devrel/modernise-github-review
Comitting changes as per GitHub review
2 parents ea3e3de + 47cb9a8 commit 6e5b512

File tree

8 files changed

+44
-40
lines changed

8 files changed

+44
-40
lines changed

data-platform/modernise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Also make sure to check the dedicated pages of the main technology areas of Data
2424
- Blog technical article about cloning Non-CDB Oracle Databases as a PDB in a Container Database (CDB) using Oracle REMOTE CLONE PDB functionality, available on Carlos Álvarez's public platform
2525
- [How to survive an Oracle Database failure without your users ever noticing - Cloud Coaching Webinar]( https://www.youtube.com/watch?v=dsUbi5dO_PU)
2626
- Cloud Coaching Webinar, including a technical demonstration, delivered by Amalraj Puthenchira around the use of Application Continuity to avoid unplanned application outages.
27-
- [Teradata to Autonomous Data Warehouse on OCI Migration Guide](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/teradata-to-autonomous-data-warehouse-migration-guide)
27+
- [Teradata to Autonomous Data Warehouse on OCI Migration Guide](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/shared-assets/teradata-to-autonomous-data-warehouse-migration-guide)
2828
- Comprehensive lab guide with best practices to migrate Teradata to Autonomous Data Warehouse on Oracle Cloud Infrastructure
2929
- [Load Data into an Autonomous Database using OCI Data Load](https://youtu.be/r1ff0jW8l_s)
3030
- YouTube Video by Austine Ouma explaining how to use the OCI Data Load functionality for loading data into an Oracle Autonomous Database on OCI

data-platform/modernise/migration-to-oci-database-with-postgresql/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Reviewed: 11.12.2023
99
1. [Team Publications](#team-publications)
1010
2. [Useful Links](#useful-links)
1111

12-
## Team Publications
12+
# Team Publications
1313

1414
- [Seamlessly migrate an on-premise PostgreSQL database to OCI Database with PostgreSQL using OCI GoldenGate](https://blogs.oracle.com/dataintegration/post/seamlessly-migrate-an-onpremise-postgresql-database-to-oci-database-with-postgresql-online-with-oci-goldengate)
1515
- Oracle Blogs article explaining how to use OCI GoldenGate to perform an online migration of an on-premises PostgreSQL Database to OCI Database with PostgreSQL
1616

17-
## Useful Links
17+
# Useful Links
1818

1919
- [Oracle Documentation: Importing, Exporting, and Migrating Databases](https://docs.oracle.com/en-us/iaas/Content/postgresql/import-export-migrate.htm)
2020
- Oracle Documentation explaining how to use the pg_dump utility to migrate data from a PostgreSQL database into an OCI Database with PostgreSQL

data-platform/modernise/oci-database-migration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Reviewed: 03.11.2023
99
1. [Team Publications](#team-publications)
1010
2. [Useful Links](#useful-links)
1111

12-
## Team Publications
12+
# Team Publications
1313

1414
- [Oracle Learning - Red Hot Webinar - OCI Database Migration on YouTube](https://www.youtube.com/watch?v=oLpah0TlmFE)
1515
- Red Hot Webinar delivered by Marcus Doeringer capturing an in-depth description of OCI Database Migration - features, functionality, use-cases, and technical demonstration
@@ -18,7 +18,7 @@ Reviewed: 03.11.2023
1818
- [Online Database Migration Services (DMS) made simpler, faster](https://www.youtube.com/watch?v=iVCZYU5ddBA)
1919
- YouTube video explaining how OCI Database Migration is integrated with OCI GoldenGate for replication during online migrations. More information about this feature of OCI Database Migration is also available [here](https://blogs.oracle.com/dataintegration/post/oci-database-migration-announces-oci-goldengate-integration).
2020

21-
## Useful Links
21+
# Useful Links
2222

2323
- [OCI Database Migration Documentation](https://docs.oracle.com/en/cloud/paas/database-migration)
2424
- [OCI Database Migration LiveLabs Workshop](https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=3326)
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Teradata to Autonomous Data Warehouse on OCI Migration Guide
2+
3+
Reviewed: 04.01.2024
4+
5+
## Why move Teradata to Autonomous Data Warehouse on OCI?
6+
7+
Legacy Data Warehouses, like Teradata, present a lot of inconveniences nowadays. The monolithic architecture implies high costs both in terms of hosting and management. Also, legacy Data Warehouses are difficult to scale (up/down, out/in) and require very skilled personnel to operate. The CAPEX model associated costs and the costs associated with this expert personnel, among others, are making the companies move the legacy database systems to the cloud rapidly.
8+
9+
On the other hand, the Scalability and Elasticity, inherent in OCI, allow companies to scale the databases up or down based on the business needs and changing workloads.
10+
11+
Oracle Autonomous Data Warehouse (ADW) offers a flexible, scalable, highest-performing, highly available, and secure data warehouse solution that fulfills all these operational and cost challenges. Easy management and automation and built-in disaster recovery tools are other advantages that ADW provides.
12+
13+
## Potential challenges & migration tool
14+
15+
The process of migrating from Teradata to OCI Autonomous Databases (like Autonomous Data Warehouses - ADW) presents a number of challenges that users will have to deal with, like differences in the implementation of structures, objects, and data types, data extraction methods, data transformation requirements between the two platforms, data consistency and integrity, the final data loading, and more...
16+
17+
SQL Developer can assist this process by using its built-in functionalities and tools. Using SQL Developer in a migration can help to reduce the efforts, accelerate the whole process, and reduce human errors.
18+
19+
# When to use this asset?
20+
21+
Once a decision has been taken to migrate a Teradata database to an Autonomous Data Warehouse on OCI, this step-by-step guide can help Data Engineers, Developers, and Oracle Database Administrators with the data migration process.
22+
23+
# How to use this asset?
24+
25+
A comprehensive guide to migrate a Teradata database to Autonomous Data Warehouse on OCI using SQL Developer is available in the "files" subfolder of this GitHub folder, named "Teradata to ADW Migration with SQL Developer_v1.1.pdf". Follow the steps to prepare for your Teradata to Autonomous Data Warehouse migration.
26+
27+
# License
28+
29+
Copyright (c) 2023 Oracle and/or its affiliates.
30+
31+
Licensed under the Universal Permissive License (UPL), Version 1.0.
32+
33+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

data-platform/modernise/teradata-to-autonomous-data-warehouse-migration-guide/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Transportable Tablespace
22

3-
Transportable tablespace is an Oracle Database feature which helps to migrate either partial or full database from one database to another.
3+
A transportable tablespace is an Oracle Database feature that helps to migrate either a partial or a full database from one database to another.
44

5-
Transportable tablespaces are usually the fastest fast way to move user and application data between databases, because tablespace data files are moved en masse from the source database to the target.
5+
Transportable tablespaces are usually the fastest fast way to move user and application data between databases because tablespace data files are moved en masse from the source database to the target.
6+
7+
Reviewed: 04.01.2024
68

79
# Table of Contents
810

911
1. [Useful Links](#useful-links)
1012

1113

12-
## Useful Links
14+
# Useful Links
1315

1416
- [Transportable Tablespace Basics](https://youtu.be/jte-W_6tJME)
1517
- [Transportable Tablespace Checklist](https://youtu.be/PhktQqOlNXE)
@@ -22,4 +24,4 @@ Copyright (c) 2023 Oracle and/or its affiliates.
2224

2325
Licensed under the Universal Permissive License (UPL), Version 1.0.
2426

25-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
27+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)