Tuesday, September 19, 2017


Uninstalling Oracle GoldenGate Using Oracle Universal Installer


Target Side:

Un-Installing Software:

[oracle@oracledbprod-ro deinstall]$ ./deinstall.sh

ALERT: Ensure all the processes running from the current Oracle Home are shutdown prior to running this software uninstallation script.

Proceed with removing Oracle GoldenGate home: /u01/oracle/ogghome/12.2 (yes/no)? [no]
yes
Starting Oracle Universal Installer...

Checking swap space: must be greater than 500 MB.   Actual 17694 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2017-09-19_10-01-56PM. Please wait ...Oracle Universal Installer, Version 12.1.0.2.0 Production
Copyright (C) 1999, 2014, Oracle. All rights reserved.

Starting deinstall


Deinstall in progress (Tuesday, September 19, 2017 10:02:02 PM PDT)
............................................................... 100% Done.

Deinstall successful

End of install phases.(Tuesday, September 19, 2017 10:02:24 PM PDT)
End of deinstallations
Please check '/u01/oraInventory/logs/silentInstall2017-09-19_10-01-56PM.log' for more details.


Removing Directories:

$OGG_HOME

Dropping user and tablespaces:

SQL> drop user ggadmin;

User dropped.

SQL> DROP TABLESPACE OGG_DATA INCLUDING CONTENTS AND DATAFILES;

Tablespace dropped.

Source Side:

[oracle@oracledbtest deinstall]$ ./deinstall.sh

ALERT: Ensure all the processes running from the current Oracle Home are shutdown prior to running this software uninstallation script.

Proceed with removing Oracle GoldenGate home: /u01/oracle/ogghome/12.2 (yes/no)? [no]
yes
Starting Oracle Universal Installer...

Checking swap space: must be greater than 500 MB.   Actual 31095 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2017-09-19_10-14-06PM. Please wait ...Oracle Universal Installer, Version 12.1.0.2.0 Production
Copyright (C) 1999, 2014, Oracle. All rights reserved.

Starting deinstall


Deinstall in progress (Tuesday, September 19, 2017 10:14:14 PM PDT)
............................................................... 100% Done.

Deinstall successful


End of install phases.(Tuesday, September 19, 2017 10:14:35 PM PDT)
End of deinstallations
Please check '/u01/oracle/oraInventory/logs/silentInstall2017-09-19_10-14-06PM.log' for more details.
[oracle@oracledbtest deinstall]$


SQL> drop trigger GGS_DDL_TRIGGER_BEFORE;

Trigger dropped.

SQL> DROP TABLESPACE OGG_DATA INCLUDING CONTENTS AND DATAFILES;

Tablespace dropped.


SQL> drop user ggadmin cascade;


User dropped.

Thank you,
Ram Nanubalu

Google, Mozilla, and Apple choosing to no longer support Entrust as a publicly trusted certificate authority

Google, Mozilla, and Apple have all decided to stop trusting Entrust’s publicly issued certificates after specific cutoff dates , due to lon...