Deinstalling Oracle DB 12c software
There are some situations that demands us to uninstall the installed software. same thing happen for me today I was trying to install the Oracle Database 12c in silent mode the logs tells that there is some prerequisites not matched. Hence the installation log retured with non zero value that is 6 . When should I need to Deinstall ? To re-install my target Oracle Database 12c software, I need to uninstall the existing installation. If you need to go for higher version of Database then take proper backup of your data then proceed for this deinstallation. Steps to Deinstall Oracle To uninstall Oracle Database 12c: First navigate to the ORACLE_HOME Then find deinstall directory that is containing the deinstall command script. Execute like shell script use ./deinstall without any parameters to procced to uninstall the Oracle Database - Keep observing the terminal where it shows all that is doing in background to remove the software. Note that deinstall command automatic...