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!

AWS
已提问 4 年前557 查看次数
1 回答
0
已接受的回答

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
专家
Viqash
已回答 4 年前

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

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

回答问题的准则