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 réponse
0
Réponse acceptée

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
EXPERT
Viqash
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions