Database Migration

0

What is the best possible way to migrate the legacy on-premises Oracle database into AWS RDS(Postgres) without changing the schema of the existing database tables?

已提问 2 年前285 查看次数
4 回答
1

Hello,

AWS has documentation on how to do this. Check out this page: Migrating an Oracle Database to PostgreSQL

profile pictureAWS
专家
Chris_G
已回答 2 年前
0

Postgres DDL (Data Definition Language) and Oracle DDL are slightly different. This will be a heterogeneous migration.

You can use AWS SCT (Schema conversion tool) to convert the Oracle schema to a Postgres schema.

Once the schema has been created on the destination Postgres DB you'll use DMS (Database migration tool) to migrate the data.

profile pictureAWS
Hopper
已回答 2 年前
0

Hello,

This is doable. Schema name and tables names most likely does not required to be changed, few exception where names are keyword etc.

Using AWS Schema conversion tool we can assess Oracle database for conversion efforts and also it can give you converted code.

You may check the playbook and documentation to get better idea how this can he carried out.

https://docs.aws.amazon.com/dms/latest/oracle-to-aurora-postgresql-migration-playbook/chap-oracle-aurora-pg.html

https://d1.awsstatic.com/whitepapers/Migration/oracle-database-amazon-aurora-postgresql-migration-playbook-12.4.pdf

AWS
已回答 1 年前
0

in any case, changes will occur during the migration, but the target database will retain the same functionality as the source one. you can use the following software for oracle to postgresql migration. these changes will be the same, no matter where your oracle and postgres are located

Alex
已回答 23 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则