Checking Whether the Supplemental Log Level of the Source Database Meets Requirements
During an incremental synchronization with Oracle serving as the source database, DRS checks whether the source database has the supplemental logging level permission. The supplemental logging level of the source Oracle database does not meet requirements. The synchronization fails.
Failure Cause
The supplemental logging level of the source Oracle database does not meet requirements.
Handling Suggestion
In the source database, perform either of the following operations:
- Enable all-level (database-level) supplemental logging: alter database add supplemental log data (all) columns
- Enable minimal-level supplemental logging in the source Oracle database: alter database add supplemental log data. Then run the following command to enable all-level (table-level) supplemental logging for each to-be-synchronized table: alter table TABLE_NAME add supplemental log data(all) columns
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot