Removing Oracle GoldenGate from a Remote Windows System

On all systems:

  1. (Suggested) Log on to the operating system as the system administrator or as a user with permission to issue Oracle GoldenGate commands and to delete files and directories from the operating system.
  2. From the Oracle GoldenGate installation folder, run GGSCI.
  3. Stop all Oracle GoldenGate processes.
    STOP ER *
    
  4. Stop the Manager process.
    STOP MANAGER
  5. Note:

    Skip Steps;5 through;8 if you already performed them when removing Oracle GoldenGate from a Windows Cluster


  6. Click Start, then Run, and type cmd in the Run dialog box to open the command console.
  7. Change directories to the Oracle GoldenGate installation directory.
  8. Run the INSTALL utility using the following syntax.
    install deleteevents deleteservice
    

    This command stops Oracle GoldenGate events from being reported to the Windows Event Manager and removes the Manager service.

  9. Log into the database with the DBLOGIN command.
    DBLOGIN SOURCEDB database, USERID db_user [, PASSWORD pw [encryption options]]

    Note:

    Only BLOWFISH encryption is supported for DB2 for i systems.

  10. Remove the Replicat checkpoint table by running the DELETE CHECKPOINTTABLE command.
    DELETE CHECKPOINTTABLE owner.table
    
  11. Remove the Oracle GoldenGate files by removing the installation directory.