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?

posta 2 anni fa285 visualizzazioni
4 Risposte
1

Hello,

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

profile pictureAWS
ESPERTO
Chris_G
con risposta 2 anni fa
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
con risposta 2 anni fa
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
con risposta un anno fa
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
con risposta 23 giorni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande