Help Center> Data Replication Service> Troubleshooting> Solutions to Failed Check Items> Database Parameters> Checking Whether the Source Database Has the Permission to Parse OGG Logs
Updated on 2022-09-21 GMT+08:00

Checking Whether the Source Database Has the Permission to Parse OGG Logs

Oracle -> GaussDB(for openGauss) Synchronization

Table 1 Checking whether the source database has the permission to parse OGG logs

Check Item

Whether the source database has the permission to parse OGG logs

Description

To use XStream mode to read logs on the source database, enable ENABLE_GOLDENGATE_REPLICATION on the source database.

Failure Cause and Handling Suggestion

Failure cause: XStream is not enabled on the source database.

Handling suggestion: Check whether the database version supports XStream. If yes, run the ALTER SYSTEM SET ENABLE_GOLDENGATE_REPLICATION = TRUE SCOPE=BOTH command in the source database to enable XStream.