Oracle GoldenGate Error Messages

OGG-05147

Schema change tracking has been disabled because the MySQL system variable binlog_row_metadata is set to MINIMAL. The metadata recorded in the MySQL binlog is insufficient for schema change tracking and may result in data discrepancies. It is recommended to set it to FULL.


Cause

The database system variable binlog_row_metadata is set to MINIMAL.


Action

Set the database system variable binlog_row_metadata to FULL to enable schema tracking.