Whether the Table Structures (Including Primary Key Indexes and the Number of Columns) of the Source Oracle Database and Destination Database Middleware Are Aligned
Oracle to DDM Synchronization
Check Item |
Whether the table structures (including primary key indexes and the number of columns) of the source Oracle database and destination database middleware are aligned |
---|---|
Description |
Check whether the table structures (including primary key indexes and the number of columns) of the source Oracle database and destination DDM database are aligned. |
Failure Cause and Handling Suggestion |
Failure cause: The redundant columns (columns that do not exist in the source database) of the destination database cannot contain not-null constraints. The not-null constraints will cause the migration to fail. Handling suggestion:
|
Failure cause: Source database names are the same except for letter cases. Handling suggestion: Change the table name or return to the object selection page and deselect the tables with the same name. Statement for changing the table name: ALTER TABLE old_table_name RENAME TO new_table_name; |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.