Can I use DMS to move Oracle schemas in RDS

0

Hi Can you use AWS Database Migration Service to move several oracle 19c schemas from existing oracle RDS (account 1) instance to another new oracle RDS (account 2) instance or not? The second instance is brand new and does not have any oracle schemas.

My understanding DMS can only move data from source to destination but will not create the DDL required to create objects like tables, triggers, constraints, views, packages, procedures, etc. similar to what data pump expdp/impdp can do..

sam15
질문됨 일 년 전417회 조회
2개 답변
0
수락된 답변

Hi Sam, AWS Schema Conversion Tool (SCT) can be used to create your target database based on definitions of the source one. See https://aws.amazon.com/dms/schema-conversion-tool/

More info about SCT UI: https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_UserInterface.html

Oracle is among the supported source databases: https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_Source.Oracle.html

How-to of Oracle migration with SCT + DMS: https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_Source.Oracle.html

profile pictureAWS
전문가
답변함 일 년 전
  • It seems there is still some manual work to do using SCT to copy oracle schemas from one RDS to another and it is one schema at a time. It sounds using data pump export/import might be easier.

    Have you seen a video or article that shows the details of copying oracle schema/database using SCT?

  • It seems there is still some manual work to do using SCT to copy oracle schemas from one RDS to another and it is one schema at a time. It sounds using data pump export/import might be easier.

    Have you seen a video or article that shows the details of copying oracle schema/database using SCT?

0

According to this: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html

When using Oracle as a target, AWS DMS migrates all tables and indexes to default table and index tablespaces in the target.

It also has limitations such as lack of automatic schema creation: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.Limitations

profile picture
전문가
답변함 일 년 전
  • That might require some manual work if there large number of schemas to move. I am not sure if it will create all objects in new schema and then copy data.

    Have you seen a video that demonstrates how this is done? It seems might be more reliable to use an export data pump for this.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠