Precise Instantiation for Oracle GoldenGate Extract for MySQL
-
To test the precise instantiation on non-gtid-based capture, make sure either the
gtid_mode
is not enabled in the database server or_DISABLEGTIDRECOVERY true
is specified in the Extract parameter file. -
After completing the initial load, use the instance dump.
-
Read the
@.json
file and get the values ofbinlogFile
andbinlogPosition
from the@.json
file. Use these values aslognum
andlogpos
. -
Add Extract using
lognum
andlogpos
in Oracle GoldenGate GGSCI, as shown in the following example:ADD EXTRACT extpos tranlog lognum 5 logpos 1289
-
Perform the DML operations and verify that there are no duplicate or missing transactions on the target side. Check the Extract report file for the initial position using
lognum
andlogpos
.