3.2.3.2.1 How to Remove a Deployment: GUI
You can remove a deployment using the Oracle GoldenGate Configuration Assistnat wizard.
To remove a deployment:
Note:
When you remove a deployment or uninstall Oracle GoldenGate MA, the system does not automatically stop processes. As a result, you may have to stop processes associated with the deployment and you must clean files manually.-
Run the Oracle GoldenGate Configuration Assistant wizard:
$OGG_HOME/bin
-
Select Existing Service Manager from the Select Service Manager Options screen. Click Next
-
Select Remove Existing Oracle GoldenGate Deployment from the Configuration Options screen.
-
Select the deployment you need to remove from the Deployment Name list box. Also select the Delete Deployment Files from Disk check box if you want to remove all the deployment files (including configuration files) from the host.
- Enter the Administration account user name and password and click Next.
-
See the list of settings that are deleted with the deployment and click Finish.
To remove a Service Manager:
-
Run Oracle GoldenGate Configuration Assistant wizard:
$OGG_HOME/bin
-
Select Existing Service Manager from the Select Service Manager Options screen. Click Next.
-
If there are no other deployments to remove, then the option to remove the Service Manager is available in the drop down. Select Remove Service Manager Deployment from the Configuration Options screen.
-
Click Finish.
Files to be Removed Manually After Removing Deployment
root
or
sudo
privileges. The files to be deleted include:
Operating System | Files to be Removed Manually to Unregister an Existing Service Manager |
---|---|
Linux 6 |
|
Linux 7 |
/etc/systemd/system/OracleGoldenGate.service |
The following commands are executed to stop the Service Manager:
systemctl stop OracleGoldenGate systemctl disable OracleGoldenGate *
Note:
If the Service Manager is not registered as a service (with or without the integration with XAG), OGGCA stops the Service Manager deployment, otherwise, a script calledunregisterServiceManager
is created, and when executed by the user,
it runs the systemctl
commands and deletes the mentioned files.
Parent topic: How to Remove a Deployment