Task Stages |
You can select only Schema Migration and Incremental Data Migration. Full Data Migration cannot be selected.
Note If Incremental Data Migration is not selected, we recommend that you do not write data to the source instance during
data migration. This ensures data consistency between the source and destination instances.
|
Processing Mode of Conflicting Tables |
-
Precheck and Report Errors: checks whether the destination database contains tables that have the same names
as tables in the source database. If the source and destination databases do not contain
identical table names, the precheck is passed. Otherwise, an error is returned during
the precheck and the data migration task cannot be started.
Note You can use the object name mapping feature to rename the tables that are migrated
to the destination database. You can use this feature if the source and destination
databases contain identical table names and the tables in the destination database
cannot be deleted or renamed. For more information, see Map object names.
- Ignore Errors and Proceed: skips the precheck for identical table names in the source and destination databases.
Warning If you select Ignore Errors and Proceed, data consistency is not guaranteed and your business may be exposed to potential
risks.
- If the source and destination databases have the same schema, and a data record has
the same primary key as an existing data record in the destination database:
- During incremental data migration, DTS migrates the data record to the destination
database. The existing data record in the destination database is overwritten.
- If the source and destination databases have different schemas, initial data migration
may fail. In this case, only some columns are migrated, or the data migration task
fails.
|
Apply New Naming Rules of Additional Columns |
After DTS synchronizes data to DataHub, DTS adds additional columns to the destination topic. If the names of additional
columns are the same as the names of existing columns in the destination topic, data
synchronization fails. Select Yes or No to specify whether you want to enable the new naming rules for additional columns.
|
|
Note You can select only databases as the objects to migrate.
|
Rename Databases and Tables |
|
|
You can specify WHERE conditions to filter data. For more information, see Use SQL conditions to filter data.
|
|
In the Selected Objects section, right-click an object. In the dialog box that appears, select the DML operations
that you want to migrate. For more information, see SQL operations that can be migrated.
|