I had installed the above on one of our servers and the above installation had failed due to various reasons . How do I uinstall the Oracle 9.0.1 on Aix 4.3 and try a fresh installation ? Should I just remove the filesystems where oracle is installed and try again ? Please suggest
I have found the answer I hope I have not missed out anything .
To delete or remove EVERY Oracle 8i/9i applications installed with the OUI from
a Unix machine, remove the following: * ORACLE_HOME directory: cd $ORACLE_HOME
rm -rf *
Repeat for every $ORACLE_HOME on the server
* remove the oraInventory directory:
the location of the inventory directory is listed in "/var/opt/oracle/oraInst.loc"
or in "/etc/oraInst.loc" cd rm -rf *
* remove the oraInst.loc file rm /var/opt/oracle/oraInst.loc or
rm etc/oraInst.loc * remove the oratab file:
rm /var/opt/oracle/oratab or
rm /etc/oratab
Bookmarks