Oracle Migration from on-premises using DMS and Rman

0

Customer that is testing the migration process from Oracle On-premises to Oracle on EC2. They're performing:

  1. backup using RMAN from an Oracle Database 11GR2 on-premises.
  2. Restore it on Oracle 18c with upgrade option on EC2.
  3. Start a replication from on-premises 11G to ec2 18c AWS using SCN.

Does it work?

As I could see in our documentation we can do it using datapump: https://aws.amazon.com/blogs/database/migrating-oracle-databases-with-near-zero-downtime-using-aws-dms/ But can we do the same steps and instead of datapump use rman?

Thank you very much!

1 Antwort
0
Akzeptierte Antwort

Simple answer to your question is, Yes it'll work. Only point customer should understand is that SCN should be taken before starting the RMAN. Then when you start replication you need to specify the SCN that was noted earlier. This way customer will be able to ensure all changes before the start of RMAN are being captured in pushed to target database.

However I have worked with few customers who have successfully migrated using combination of Datapump (for Full load) and CDC (for ongoing replication changes) using the blog already mentioned by you.

profile pictureAWS
EXPERTE
Viqash
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen