Switching from Classic Extract
Valid for Oracle only.
This procedure switches an existing Extract group from classic mode to Extract in Microservices. For more information about Extract modes for an Oracle database, see Choosing Capture and Apply Modes in .
To support the transition to integrated mode, the transaction log that contains the start of the oldest open transaction must be available on the source or downstream mining system, depending on where Extract will be running.
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 SEND EXTRACT
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