Oracle Uninstall Database Standalone Binary
Oracle Uninstall Database Standalone Binary For DBA installation and uninstallation binary is common activity. You can find many blogs on the installation online but difficult to find blogs on uninstallation. In this blog , We will discuss about how to uninstall binary using deinstall utility provided by the Oracle. 1) Make sure backup of the binary mount point is completed. 2) Use $ORCLE_HOME/deinstall to uninstall binary. $ORACLE_HOME/deintsall/deinstall -tmpdir <Directory with more the 5G free space> -logdir <log directory> 3) Above command will delete all the file and directory in Oracle home ,unless there are files/directory owned by some other user.