Uninstalling Oracle on Solaris 10 x86 [message #360456] |
Fri, 21 November 2008 01:31 |
yasirms.al
Messages: 1 Registered: November 2008
|
Junior Member |
|
|
Hi all,
I have installed oracle 10g on solaris 10 x86 on vmware but it was not completed successfully. Can any body help me how to uninstall it so that I can reinstall oracle on it.
BR,
Yasir mehmood
|
|
|
|
Re: Uninstalling Oracle on Solaris 10 x86 [message #456291 is a reply to message #360456] |
Mon, 17 May 2010 01:51 |
rafiq.0526
Messages: 1 Registered: November 2009 Location: hyderabad
|
Junior Member |
|
|
UNINSTALL ORACLE 10G:
---------------------------
1. remove all database, by running $dbca
2. stop any oracle process running:
Database Control : $ORACLE_HOME/bin/emctl stop dbconsole
Oracle Net listener : $ORACLE_HOME/bin/lsnrctl stop
iSQL*Plus : $ORACLE_HOME/bin/isqlplusctl stop
Ultra Search : $ORACLE_HOME/bin/searchctl stop
3. Start Oracle Universal installer:
$ORACLE_HOME/oui/bin/runInstaller
4. In the Welcome window, click Deinstall Products.
5. In the Inventory screen, select the Oracle home and the products that you want to remove,
then click Remove.
Only for vmware workstation
----------------------------
I also give u important suggestion to take snapshot of your virtual machine in vmware workstation before you proceed to next step.
for example: after solaris installation ---> snapshot 1
after oracle installation ---> snapshot 2
Using snapshots if anything goes wrong then u can revert to the snapshot.
In you are case when oracle installation went wrong u can revert to snapshot 1 and again u can continue.
|
|
|