S3 Integration Oracle RDS and DMS

0

hello

Im trying out a migration approach where a oracle database backup has been exported to an S3 bucket.

I created my target Oracle RDS instance with S3 Integration option. I Imported the oracle dump from S3 using S3 integration import command and run data pump to restore the database to my target Oracle RDS. I then run DMS to sync the delta from the source database using an SCN starting point which was provided after the dump was created.

So far it looks good and my Oracle RDS is able to sync the delta changes after the dump was created. I used a small database data for this demo.

I want to get some insights on this approach and if you would still recommend using DMS when importing data from S3 instead of S3 integration? I like how this approach I used where I never have to manually create table objects. It would be good if someone can point out some AHAs! I might be missing? or was there someone who did a similar approach before on a production environment?? thanks

AWS
hilvan
已提问 4 年前663 查看次数
1 回答
2
已接受的回答

I believe it is good to use db dump to create Oracle db schema because DMS is using minimalist approach, so it doesn't create all schema structures that you will need. Then using DMS to sync data, for Oracle db make sure that you replicate all applications schemas (developers tend to create multiple schemas for an application) and in case of 12c or later versions make sure that all pluggable databases used by the application are migrated.

AWS
审核人员
已回答 4 年前
profile picture
专家
已审核 1 个月前

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

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

回答问题的准则