Setting Logging Parameters
To capture from the MySQL transaction logs, the Oracle GoldenGate Extract process must be able to find the index file, which contains the paths of all binary log files.
Extract expects that all of the table columns are in the binary log. As a
result, only binlog_row_image
set as full
is
supported and this is the default. Other values of binlog_row_image
are not supported.
Note:
Oracle recommends that the binary log is retained for at least 24 hours.In MySQL 5.7, the
server_id
option must be specified along with
log-bin
, otherwise the server will not start. For MySQL 8.0,
the server_id
is enabled by default.
Extract checks the following parameter settings to get this index file path: