Oracle GoldenGate Error Messages

OGG-30373

The MySQL system variable 'binlog_row_value_options' is set to PARTIAL_JSON. MySQL capture does not currently support partial JSON updates. Capture will fail with an error if any partial JSON update operation is encountered for any table being captured. To force a full JSON document in the MySQL binary log, set the 'binlog_row_value_options' variable to an empty string (''). Alternatively, specify TRANLOGOPTIONS FETCHPARTIALJSON in the Extract parameter file to fetch the full JSON document for any partial update operation encountered in the binary log. This will fetch the current row image from the database.