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.

  1. Stop all application and database activity that generates transactions that are processed by Oracle GoldenGate.
  2. Run Admin Client and connect to the deployment using the CONNECT command.
  3. Issue the SEND EXTRACT command with the LOGEND option. 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
  4. Continue issuing the command until it returns a YES status. At that point, all transaction log data has been processed, and you can safely shut down Oracle GoldenGate and the system.