DMS for Replicating Data in Oracle Application Container
0
Does AWS DMS support using Oracle Application Container Database ( Application root and application PDB ) as a source ? If so, are there differences in the way replication setup is configured to replicate data from application root ( common data) and data from application container PDB ?
asked 3 months ago10 views
1 Answers
0
As mentioned at DMS Oracle as source limitations: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Limitations
AWS DMS doesn't support the multi-tenant container root database (CDB$ROOT). It does support a PDB using the Binary Reader.
answered 3 months ago
Relevant questions
Support for RDS Oracle as source while using DMS SCN for CDC
Accepted Answerasked 4 years agoDMS service for hive table migration
Accepted Answerasked 2 years agoDMS - When to switch the application to the new target database
Accepted Answerasked 3 months agoReplication between RDS and on premises Oracle
Accepted Answerasked 2 years agoDoes AWS DMS work with Oracle 21c express edition
asked 3 months agoCan DMS be used to extract data from an RDS Oracle Read Replica?
Accepted Answerasked 2 years agoError using Aurora Postgres version 11.8 as DMS source endpoint
asked 2 years agoDMS for Replicating Data in Oracle Application Container
asked 3 months agoS3 Integration Oracle RDS and DMS
Accepted Answerasked 2 years agoDMS - Oracle Binary Reader Latency
Accepted Answerasked 4 years ago
Thank you. Appreciate your help.