Skip to content

Commit b35d56f

Browse files
Merge pull request #254 from oracle-devrel/add-TD-to-ADW-migration
added Teradata to ADW Migration
2 parents 2fa9683 + bf63bd1 commit b35d56f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Migrating Teradata to Autonomous Data Warehouse on OCI
2+
3+
Why move Teradata to Autonomous Data Warehouse on OCI
4+
5+
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 to this expert personnel, among others, are making the companies to move the legacy database systems to the cloud rapidly.
6+
7+
On the other hand, the Scalability and Elasticity, inherent in OCI, allows companies to scale the databases up or down based on the business needs and changing workloads.
8+
9+
Oracle Autonomous Data Warehouse (ADW) offers a flexible, scalable, highest performing, highly available, and secure data warehouse solution that fulfills all these operational and costs challenges. Easy management and automation and built-in disaster recovery tools are other advantages that ADW provides.
10+
11+
Potential challenges & migration tool
12+
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...
13+
14+
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.
15+
16+
17+
A comprehensive guide to migrate a Teradata database to Autonomous Data Warehouse on OCI using SQL Developer is available here.
18+
19+
# License
20+
21+
Copyright (c) 2023 Oracle and/or its affiliates.
22+
23+
Licensed under the Universal Permissive License (UPL), Version 1.0.
24+
25+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
26+

0 commit comments

Comments
 (0)