This procedure assumes that you no longer need the data in the Oracle GoldenGate trails, and that you no longer need to preserve the current Oracle GoldenGate environment. To preserve your current environment and data, make a backup of the Oracle GoldenGate directory and all subdirectories before starting this procedure. This chapter contains the following sections:
Section 6.1, "Uninstalling Oracle GoldenGate from Linux or UNIX"
Section 6.3, "Uninstalling Oracle GoldenGate from Windows (Non-cluster)"
Section 6.2, "Uninstalling Oracle GoldenGate from Windows Cluster"
To uninstall Oracle GoldenGate from Linux or UNIX:
Run the command shell.
Log on 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.
Run GGSCI.
Stop all Oracle GoldenGate processes.
Stop the Manager process (where !
in the following command can be used to bypass the interactive prompt).
Stop Manager [!]
Exit GGSCI.
Log into the database with the DBLOGIN
command, and then remove the Replicat checkpoint table using the DELETE CHECKPOINTTABLE
command.
Make certain all processes are stopped (including GGSCI).
Remove the Oracle GoldenGate files by removing the installation directory.
To uninstall Oracle GoldenGate from Windows cluster:
Log into the node in the cluster that owns the cluster group that contains the Manager resource. Log on 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.
Run GGSCI.
Stop all Oracle GoldenGate processes.
Exit GGSCI.
Use the Cluster Administrator tool to take the Manager resource offline.
Right click the resource and select Delete to remove it.
Run the INSTALL
utility using the following syntax.
INSTALL DELETEEVENTS DELETESERVICE DELETEDRIVERS
This command stops Oracle GoldenGate events from being reported to the Windows Event Manager and removes the Manager service.
Move the cluster group to the next node in the cluster, and repeat from step 5.
Follow the instructions in Section 6.3, "Uninstalling Oracle GoldenGate from Windows (Non-cluster)".
To uninstall Oracle GoldenGate from Windows:
Log on 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.
Stop all Oracle GoldenGate processes.
Stop the Manager process (where !
in the following command can be used to bypass the interactive prompt).
STOP MANAGER [!]
Click Start then Run and type cmd
in the Run dialog box.
Change directories to the Oracle GoldenGate installation directory.
Run the INSTALL
utility using the following syntax.
INSTALL DELETEEVENTS DELETESERVICE DELETEDRIVERS
This command stops Oracle GoldenGate events from being reported to the Windows Event Manager and removes the Manager service.
Log into the database with the DBLOGIN
command, and then remove the Replicat checkpoint table using the DELETE CHECKPOINTTABLE
command.
Make certain all processes are stopped (including GGSCI) and then remove the Oracle GoldenGate files by removing the installation directory.
Exit GGSCI.