Checking Whether the Source Database User Has the Permission to Parse Logs
Oracle -> MySQL Migration
Check Item |
Whether the source database user has the permission to parse logs |
---|---|
Description |
If the source database user does not have the log parsing permission, the incremental migration will fail. |
Failure Cause and Handling Suggestion |
Failure cause: The source database user does not have the EXECUTE_CATALOG_ROLE role. Handling suggestion: Assign the required role to the user and perform the check again. Run the GRANT EXECUTE_CATALOG_ROLE TO UserName command to assign the role. |
Failure cause: The source database user does not have the log parsing permission. Handling suggestion: Assign the required role to the user and perform the check again. Run the GRANT LOGMINING TO UserName command to grant the permission. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.