Kiran Dalvi
- 26 Jun, 2021
- 0 Comments
- 3 Mins Read
Uninstall Oracle Software 19C
Deinstall ORACLE 19C Database Software
In this blog, We will see how to deinstall the Oracle 19C database software. Go to $ORACLE_HOME/deinstall and run deinstall utility.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | [oracle@prim dbhome]$ cd $ORACLE_HOME /deinstall [oracle@prim dbhome]$ deinstall Checking for required files and bootstrapping ... Please wait ... Location of logs /data/app/oraInventory/logs/ ############ ORACLE DECONFIG TOOL START ############ ######################### DECONFIG CHECK OPERATION START ######################### ## [START] Install check configuration ## Checking for existence of the Oracle home location /data/app/oracle/product/12C/dbhome Oracle Home type selected for deinstall is: Oracle Single Instance Database Oracle Base selected for deinstall is: /data/app/oracle Checking for existence of central inventory location /data/app/oraInventory ## [ END ] Install check configuration ## Network Configuration check config START Network de-configuration trace file location: /data/app/oraInventory/logs/netdc_check2021-06-26_09-26-11-AM.log Network Configuration check config END Database Check Configuration START Database de-configuration trace file location: /data/app/oraInventory/logs/databasedc_check2021-06-26_09-26-11-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 []: Database Check Configuration END Oracle Configuration Manager check START OCM check log file location : /data/app/oraInventory/logs //ocm_check7074.log Oracle Configuration Manager check END ######################### DECONFIG CHECK OPERATION END ######################### ####################### DECONFIG CHECK OPERATION SUMMARY ####################### Oracle Home selected for deinstall is: /data/app/oracle/product/12C/dbhome Inventory Location where the Oracle home registered is: /data/app/oraInventory 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: '/data/app/oraInventory/logs/deinstall_deconfig2021-06-26_09-26-09-AM.out' Any error messages from this session will be written to: '/data/app/oraInventory/logs/deinstall_deconfig2021-06-26_09-26-09-AM.err' ######################## DECONFIG CLEAN OPERATION START ######################## Database de-configuration trace file location: /data/app/oraInventory/logs/databasedc_clean2021-06-26_09-26-23-AM.log Network Configuration clean config START Network de-configuration trace file location: /data/app/oraInventory/logs/netdc_clean2021-06-26_09-26-23-AM.log 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 : /data/app/oraInventory/logs //ocm_clean7074.log Oracle Configuration Manager clean END ######################### DECONFIG CLEAN OPERATION END ######################### ####################### DECONFIG CLEAN OPERATION SUMMARY ####################### Cleaning the config for CCR As CCR is not configured, so skipping the cleaning of CCR configuration CCR clean is finished ####################################################################### ############# ORACLE DECONFIG TOOL END ############# Using properties file /tmp/deinstall2021-06-26_09-25-08AM/response/deinstall_2021-06-26_09-26-09-AM.rsp Location of logs /data/app/oraInventory/logs/ ############ ORACLE DEINSTALL TOOL START ############ ####################### DEINSTALL CHECK OPERATION SUMMARY ####################### A log of this session will be written to: '/data/app/oraInventory/logs/deinstall_deconfig2021-06-26_09-26-09-AM.out' Any error messages from this session will be written to: '/data/app/oraInventory/logs/deinstall_deconfig2021-06-26_09-26-09-AM.err' ######################## DEINSTALL CLEAN OPERATION START ######################## ## [START] Preparing for Deinstall ## Setting LOCAL_NODE to prim Setting CRS_HOME to false Setting oracle.installer.invPtrLoc to /tmp/deinstall2021-06-26_09-25-08AM/oraInst.loc Setting oracle.installer.local to false ## [ END ] Preparing for Deinstall ## Setting the force flag to false Setting the force flag to cleanup the Oracle Base Oracle Universal Installer clean START Detach Oracle home '/data/app/oracle/product/12C/dbhome' from the central inventory on the local node : Done Delete directory '/data/app/oracle/product/12C/dbhome' on the local node : Done The Oracle Base directory '/data/app/oracle' will not be removed on local node. The directory is in use by Oracle Home '/data/app/oracle/product/19C/dbhome' . Oracle Universal Installer cleanup was successful. Oracle Universal Installer clean END ## [START] Oracle install clean ## ## [ END ] Oracle install clean ## ######################### DEINSTALL CLEAN OPERATION END ######################### ####################### DEINSTALL CLEAN OPERATION SUMMARY ####################### Successfully detached Oracle home '/data/app/oracle/product/12C/dbhome' from the central inventory on the local node. Successfully deleted directory '/data/app/oracle/product/12C/dbhome' on the local node. Oracle Universal Installer cleanup was successful. Review the permissions and contents of '/data/app/oracle' on nodes(s) 'prim' . If there are no Oracle home(s) associated with '/data/app/oracle' , manually delete '/data/app/oracle' and its contents. Oracle deinstall tool successfully cleaned up temporary directories. ####################################################################### ############# ORACLE DEINSTALL TOOL END ############# |