How to remove(deinstall) an Oracle home
Note: we have to be very careful while removing oracle home. All the databases associated with it also get removed. So please verify it from extra pair of eyes.
1. Set the oracle home which you want to remove.
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_2
2. Go to the directory -/u01/app/oracle/product/11.2.0/dbhome_2/deinstall/
oracle@hsot1-/home/oracle/>cd /u01/app/oracle/product/11.2.0/dbhome_2/deinstall
3. Here you can see the deinstall executable:
oracle@host1-/u01/app/oracle/product/11.2.0/dbhome_2/deinstall/>ls -ltr
total 104
-rwxr-xr-x 1 oracle oinstall 32343 May 28 2014 sshUserSetup.sh
-rw-r--r-- 1 oracle oinstall 409 May 28 2014 readme.txt
-rw-r--r-- 1 oracle oinstall 3466 May 28 2014 deinstall.xml
-rwxr-xr-x 1 oracle oinstall 18841 May 28 2014 deinstall.pl
-rw-r--r-- 1 oracle oinstall 9662 May 28 2014 deinstall.ouibak
-rwxr-xr-x 1 oracle oinstall 9780 May 28 2014 bootstrap.pl
drwxr-xr-x 2 oracle oinstall 4096 May 28 2014 jlib
drwxr-xr-x 2 oracle oinstall 4096 May 28 2014 response
-rwxr-xr-x 1 oracle oinstall 9662 May 28 2014 deinstall
4. oracle@host1-/u01/app/oracle/product/11.2.0/dbhome_2/deinstall/>./deinstall
Checking for required files and bootstrapping ...
Please wait ...
Location of logs /u01/app/oraInventory/logs/
############ ORACLE DEINSTALL & DECONFIG TOOL START ############
######################### CHECK OPERATION START #########################
## [START] Install check configuration ##
Checking for existence of the Oracle home location /u01/app/oracle/product/11.2.0/dbhome_2
Oracle Home type selected for deinstall is: Oracle Single Instance Database
Oracle Base selected for deinstall is: /u01/app/oracle
Checking for existence of central inventory location /u01/app/oraInventory
Checking for sufficient temp space availability on node(s) : 'host1'
## [END] Install check configuration ##
Network Configuration check config START
Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_check2016-03-18_05-29-29-AM.log
Network Configuration check config END
Database Check Configuration START
Database de-configuration trace file location: /u01/app/oraInventory/logs/databasedc_check2016-03-18_05-29-29-AM.log
Use comma as separator when specifying list of values as input
Specify the list of database names that are configured in this Oracle home []:<hit enter>
Database Check Configuration END
Enterprise Manager Configuration Assistant START
EMCA de-configuration trace file location: /u01/app/oraInventory/logs/emcadc_check2016-03-18_05-29-54-AM.log
Enterprise Manager Configuration Assistant END
Oracle Configuration Manager check START
OCM check log file location : /u01/app/oraInventory/logs//ocm_check3092.log
Oracle Configuration Manager check END
######################### CHECK OPERATION END #########################
####################### CHECK OPERATION SUMMARY #######################
Oracle Home selected for deinstall is: /u01/app/oracle/product/11.2.0/dbhome_2
Inventory Location where the Oracle home registered is: /u01/app/oraInventory
No Enterprise Manager configuration to be updated for any database(s)
No Enterprise Manager ASM targets to update
No Enterprise Manager listener targets to migrate
Checking the config status for CCR
Oracle Home exists with CCR directory, but CCR is not configured
CCR check is finished
Do you want to continue (y - yes, n - no)? [n]: y
A log of this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2016-03-18_05-29-27-AM.out'
Any error messages from this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2016-03-18_05-29-27-AM.err'
######################## CLEAN OPERATION START ########################
Enterprise Manager Configuration Assistant START
EMCA de-configuration trace file location: /u01/app/oraInventory/logs/emcadc_clean2016-03-18_05-29-54-AM.log
Updating Enterprise Manager ASM targets (if any)
Updating Enterprise Manager listener targets (if any)
Enterprise Manager Configuration Assistant END
Database de-configuration trace file location: /u01/app/oraInventory/logs/databasedc_clean2016-03-18_05-30-12-AM.log
Network Configuration clean config START
Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_clean2016-03-18_05-30-12-AM.log
De-configuring Naming Methods configuration file...
Naming Methods configuration file de-configured successfully.
De-configuring Local Net Service Names configuration file...
Local Net Service Names configuration file de-configured successfully.
De-configuring backup files...
Backup files de-configured successfully.
The network configuration has been cleaned up successfully.
Network Configuration clean config END
Oracle Configuration Manager clean START
OCM clean log file location : /u01/app/oraInventory/logs//ocm_clean3092.log
Oracle Configuration Manager clean END
Setting the force flag to false
Setting the force flag to cleanup the Oracle Base
Oracle Universal Installer clean START
Detach Oracle home '/u01/app/oracle/product/11.2.0/dbhome_2' from the central inventory on the local node : Done
Delete directory '/u01/app/oracle/product/11.2.0/dbhome_2' on the local node : Done
The Oracle Base directory '/u01/app/oracle' will not be removed on local node. The directory is in use by Oracle Home '/u01/app/oracle/product/11.2.0/dbhome_1'.
Oracle Universal Installer cleanup was successful.
Oracle Universal Installer clean END
## [START] Oracle install clean ##
Clean install operation removing temporary directory '/tmp/deinstall2016-03-18_05-29-22AM' on node 'hfqalagooradb1'
## [END] Oracle install clean ##
######################### CLEAN OPERATION END #########################
####################### CLEAN OPERATION SUMMARY #######################
Cleaning the config for CCR
As CCR is not configured, so skipping the cleaning of CCR configuration
CCR clean is finished
Successfully detached Oracle home '/u01/app/oracle/product/11.2.0/dbhome_2' from the central inventory on the local node.
Successfully deleted directory '/u01/app/oracle/product/11.2.0/dbhome_2' on the local node.
Oracle Universal Installer cleanup was successful.
Oracle deinstall tool successfully cleaned up temporary directories.
#######################################################################
############# ORACLE DEINSTALL & DECONFIG TOOL END #############
Note: we have to be very careful while removing oracle home. All the databases associated with it also get removed. So please verify it from extra pair of eyes.
1. Set the oracle home which you want to remove.
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_2
2. Go to the directory -/u01/app/oracle/product/11.2.0/dbhome_2/deinstall/
oracle@hsot1-/home/oracle/>cd /u01/app/oracle/product/11.2.0/dbhome_2/deinstall
3. Here you can see the deinstall executable:
oracle@host1-/u01/app/oracle/product/11.2.0/dbhome_2/deinstall/>ls -ltr
total 104
-rwxr-xr-x 1 oracle oinstall 32343 May 28 2014 sshUserSetup.sh
-rw-r--r-- 1 oracle oinstall 409 May 28 2014 readme.txt
-rw-r--r-- 1 oracle oinstall 3466 May 28 2014 deinstall.xml
-rwxr-xr-x 1 oracle oinstall 18841 May 28 2014 deinstall.pl
-rw-r--r-- 1 oracle oinstall 9662 May 28 2014 deinstall.ouibak
-rwxr-xr-x 1 oracle oinstall 9780 May 28 2014 bootstrap.pl
drwxr-xr-x 2 oracle oinstall 4096 May 28 2014 jlib
drwxr-xr-x 2 oracle oinstall 4096 May 28 2014 response
-rwxr-xr-x 1 oracle oinstall 9662 May 28 2014 deinstall
4. oracle@host1-/u01/app/oracle/product/11.2.0/dbhome_2/deinstall/>./deinstall
Checking for required files and bootstrapping ...
Please wait ...
Location of logs /u01/app/oraInventory/logs/
############ ORACLE DEINSTALL & DECONFIG TOOL START ############
######################### CHECK OPERATION START #########################
## [START] Install check configuration ##
Checking for existence of the Oracle home location /u01/app/oracle/product/11.2.0/dbhome_2
Oracle Home type selected for deinstall is: Oracle Single Instance Database
Oracle Base selected for deinstall is: /u01/app/oracle
Checking for existence of central inventory location /u01/app/oraInventory
Checking for sufficient temp space availability on node(s) : 'host1'
## [END] Install check configuration ##
Network Configuration check config START
Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_check2016-03-18_05-29-29-AM.log
Network Configuration check config END
Database Check Configuration START
Database de-configuration trace file location: /u01/app/oraInventory/logs/databasedc_check2016-03-18_05-29-29-AM.log
Use comma as separator when specifying list of values as input
Specify the list of database names that are configured in this Oracle home []:<hit enter>
Database Check Configuration END
Enterprise Manager Configuration Assistant START
EMCA de-configuration trace file location: /u01/app/oraInventory/logs/emcadc_check2016-03-18_05-29-54-AM.log
Enterprise Manager Configuration Assistant END
Oracle Configuration Manager check START
OCM check log file location : /u01/app/oraInventory/logs//ocm_check3092.log
Oracle Configuration Manager check END
######################### CHECK OPERATION END #########################
####################### CHECK OPERATION SUMMARY #######################
Oracle Home selected for deinstall is: /u01/app/oracle/product/11.2.0/dbhome_2
Inventory Location where the Oracle home registered is: /u01/app/oraInventory
No Enterprise Manager configuration to be updated for any database(s)
No Enterprise Manager ASM targets to update
No Enterprise Manager listener targets to migrate
Checking the config status for CCR
Oracle Home exists with CCR directory, but CCR is not configured
CCR check is finished
Do you want to continue (y - yes, n - no)? [n]: y
A log of this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2016-03-18_05-29-27-AM.out'
Any error messages from this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2016-03-18_05-29-27-AM.err'
######################## CLEAN OPERATION START ########################
Enterprise Manager Configuration Assistant START
EMCA de-configuration trace file location: /u01/app/oraInventory/logs/emcadc_clean2016-03-18_05-29-54-AM.log
Updating Enterprise Manager ASM targets (if any)
Updating Enterprise Manager listener targets (if any)
Enterprise Manager Configuration Assistant END
Database de-configuration trace file location: /u01/app/oraInventory/logs/databasedc_clean2016-03-18_05-30-12-AM.log
Network Configuration clean config START
Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_clean2016-03-18_05-30-12-AM.log
De-configuring Naming Methods configuration file...
Naming Methods configuration file de-configured successfully.
De-configuring Local Net Service Names configuration file...
Local Net Service Names configuration file de-configured successfully.
De-configuring backup files...
Backup files de-configured successfully.
The network configuration has been cleaned up successfully.
Network Configuration clean config END
Oracle Configuration Manager clean START
OCM clean log file location : /u01/app/oraInventory/logs//ocm_clean3092.log
Oracle Configuration Manager clean END
Setting the force flag to false
Setting the force flag to cleanup the Oracle Base
Oracle Universal Installer clean START
Detach Oracle home '/u01/app/oracle/product/11.2.0/dbhome_2' from the central inventory on the local node : Done
Delete directory '/u01/app/oracle/product/11.2.0/dbhome_2' on the local node : Done
The Oracle Base directory '/u01/app/oracle' will not be removed on local node. The directory is in use by Oracle Home '/u01/app/oracle/product/11.2.0/dbhome_1'.
Oracle Universal Installer cleanup was successful.
Oracle Universal Installer clean END
## [START] Oracle install clean ##
Clean install operation removing temporary directory '/tmp/deinstall2016-03-18_05-29-22AM' on node 'hfqalagooradb1'
## [END] Oracle install clean ##
######################### CLEAN OPERATION END #########################
####################### CLEAN OPERATION SUMMARY #######################
Cleaning the config for CCR
As CCR is not configured, so skipping the cleaning of CCR configuration
CCR clean is finished
Successfully detached Oracle home '/u01/app/oracle/product/11.2.0/dbhome_2' from the central inventory on the local node.
Successfully deleted directory '/u01/app/oracle/product/11.2.0/dbhome_2' on the local node.
Oracle Universal Installer cleanup was successful.
Oracle deinstall tool successfully cleaned up temporary directories.
#######################################################################
############# ORACLE DEINSTALL & DECONFIG TOOL END #############
It is really a very helpful blog, keep posted!!
ReplyDelete