How to migrate data from Aurora MySQL to on-premises Oracle database as a backfill?

0

I see here Database Migration Step-by-Step Walkthroughs and elsewhere how to migrate from an on-premises database to AWS. However, it’s not clear how to do the reverse so that we go from AWS to an on-premises Oracle database.

In general, we’re a fan of going to AWS from on-premises. However, there are those times one must take a step back for now.

So after switching our stuff to start populating on-premises Oracle database tables, how does one backfill the old data from Amazon Aurora MySQL to the on-premises Oracle database?

3回答
0
承認された回答

Aurora MySQL is not listed as a one of the "Source data providers for DMS Schema Conversion" https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html#CHAP_Introduction.Sources.SchemaConversion

profile picture
回答済み 10ヶ月前
0

Aurora MySQL is supported as a source database for AWS DMS, so it is possible to migrate to on-premise itself.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html

Also, since Aurora MySQL is a managed service, migration using third-party tools may be difficult.
So it may be a good idea to consider migrating using a managed service such as AWS DMS.

DMS can be migrated from Oracle to Aurora MySQL, but not from Aurora MySQL to Oracle, as the schema cannot currently be changed.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html#CHAP_Introduction.Sources.SchemaConversion

profile picture
エキスパート
回答済み 1年前
0

We have revised our response.

profile picture
エキスパート
回答済み 10ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ