Issue while uninstalling Oracle10g from Linux
890758Mar 22 2012 — edited Mar 22 2012Hi,
I am trying to uninstall an Oracle 10.2.0.4 from a Linux system. It is getting failed with the message 'No home found at the location'.
Please suggest what could be the issue.
I have oma also installed on the server. Do I need to do any other changes before running the command.
Checked my $ORACLE_HOME:
SQL> VAR OHM VARCHAR2(100);
SQL> EXEC DBMS_SYSTEM.GET_ENV('ORACLE_HOME', :OHM) ;
PL/SQL procedure successfully completed.
SQL> PRINT OHM
OHM
--------
/orasw/TINFR050/product/10.2.0
Following command I used:
./runInstaller -silent -debug -deinstall \
DEINSTALL_LIST='{"oracle.server","10.2.0.4.0"}' \
REMOVE_HOMES={"/orasw/TINFR050/product/10.2.0"}
Below is the output of the log:
.
.
.
Arg:21:-silent:
Arg:22:-debug:
Arg:23:-deinstall:
Arg:24:DEINSTALL_LIST={"oracle.server","10.2.0.4.0"}:
Arg:25:REMOVE_HOMES={orasw/TINFR050/product/10.2.0/}:
-------
Initializing Java Virtual Machine from /tmp/OraInstall2012-03-22_01-48-13AM/jre/1.4.2/bin/java. Please wait...
usplwsuvdb001 TINFR050 /oracle/10201/database > Oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.
[main] [0:48:15:51] [NativeSystem.<init>:257] NullSecurityManager is set for Native System calls
[main] [0:48:15:54] [Library.getInstance:95] Created instance of Library.
[main] [0:48:15:54] [Version.isPre10i:189] isPre10i.java: Returning FALSE
[main] [0:48:15:55] [UnixSystem.getCSSConfigType:1992] configFile=/etc/oracle/ocr.loc
[main] [0:48:15:55] [UnixSystem.getCSSConfigType:2036] configType=null
No home found at the location:
/orasw/TINFR050/product/10.2.0/
Starting deinstall
No products selected for deinstall
Please check '/oraInventory/logs/silentInstall2012-03-22_01-48-13AM.log' for more details.
Edited by: shah on Mar 21, 2012 11:42 PM