Contents
AWS DMS uses Database Migration Task to migrate the data from the source to the target database. For this migration, you are going to create two Database Migration Tasks: one for migrating the existing data, and another for capturing data changes on the source database and replicating the changes to the target database.
dms_sample
database.Parameter | Value |
---|---|
Task identifier | oracle-migration-task |
Replication instance | dmsreplication |
Source database endpoint | oracle-source |
Target database endpoint | aurora-target |
Migration type | Migrate existing data |
Target table preparation mode | Do nothing |
Include LOB columns in replication | Limited LOB mode |
Max LOB size (KB) | 32 |
Enable validation | Unchecked |
Enable CloudWatch logs | Checked |
Parameter | Value |
---|---|
Schema | DMS_SAMPLE |
Table name | % |
Action | Include |
If the Create Task screen does not recognize any schemas, make sure to go back to the endpoints screen and click on your endpoint. Scroll to the bottom of the page and click on Refresh Button (⟳) in the Schemas section. If your schemas still do not show up on the Create Task screen, click on the Guided tab and manually select DMS_SAMPLE
schema and all tables.
Rule 1:
Parameter | Value |
---|---|
Target | Schema |
Schema Name | DMS_SAMPLE |
Action | Make lowercase |
Rule 2:
Parameter | Value |
---|---|
Target | Table |
Schema Name | DMS_SAMPLE |
Table Name | % |
Action | Make lowercase |
Rule 3:
Parameter | Value |
---|---|
Target | Column |
Schema Name | DMS_SAMPLE |
Table Name | % |
Column Name | % |
Action | Make lowercase |
DMS_SAMPLE
Oracle database to the Amazon Aurora RDS (PostgreSQL) instance.