Switching Extract from Integrated Mode to Classic Mode
Valid for Oracle only.
This procedure switches an existing Extract group from integrated mode to classic mode. For more information about Extract modes for an Oracle database, see Choosing Capture and Apply Modesin .
To support the transition to classic mode, the transaction log that contains the start of the oldest open transaction must be available on the source or downstream mining system. To determine the oldest open transaction, issue the SEND EXTRACT
command with the SHOWTRANS
option. You can use the FORCETRANS
or SKIPTRANS
options of this command to manage specific open transactions, with the understanding that skipping a transaction may cause data loss and forcing a transaction to commit to the trail may add unwanted data if the transaction is rolled back by the user applications. Review these options in Oracle GoldenGate Parametersin Parameters and Functions Reference
for Oracle GoldenGatebefore using them.
GGSCI> SEND EXTRACTgroup
, SHOWTRANS� GGSCI> SEND EXTRACTgroup
, { SKIPTRANSID
[THREADn
] [FORCE] |� FORCETRANSID
[THREADn
] [FORCE] }�
To Switch Extract Modes