Shutting Down the System
When shutting down a system for maintenance and other procedures that affect Oracle GoldenGate, follow these steps to make certain that Extract has processed all of the transaction log records. Otherwise, you might lose synchronization data.
-
Stop all application and database activity that generates transactions that are processed by Oracle GoldenGate.
-
Run Admin Client and connect to the deployment using the
CONNECTcommand. -
Issue the
SEND EXTRACTcommand with theLOGENDoption. This command queries the Extract process to determine whether or not it is finished processing the records in the data source.SEND EXTRACT *group* LOGEND -
Continue issuing the command until it returns a
YESstatus. At that point, all transaction log data has been processed, and you can safely shut down Oracle GoldenGate and the system.