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?

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
답변함 일 년 전
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일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠