How to Deinstall Oracle Clusterware Home Manually
In this Document
Goal
Solution
Applies to:
Oracle Server - Enterprise Edition - Version: 10.2.0.1 and later [Release: 10.2 and later ]
Information in this document applies to any platform.
Goal
In 11gR2, deinstall is the recommended tool to deinstall an Oracle Clusterware(Grid Infrastructure) home, however it does not apply to certain scenarios or fails in some cases.
This notes provides manual instruction to remove a clusterware home (CRS or Grid Infrastructure).
Solution
To remove a home, as clusterware user execute the following on any node:
export ORACLE_HOME=
## detach ORACLE_HOME
$ORACLE_HOME/oui/bin/runInstaller -detachHome -silent ORACLE_HOME=$ORACLE_HOME
## confirm $ORACLE_HOME is removed from central inventory:
$ORACLE_HOME/OPatch/opatch lsinventory -all
## remove files in ORACLE_HOME manually on all nodes
/bin/rm -rf $ORACLE_HOME
unset ORACLE_HOME
If it fails for any reason, as clusterware user execute the following on all nodes:
export ORACLE_HOME=
## detach ORACLE_HOME
$ORACLE_HOME/oui/bin/runInstaller -detachHome -silent -local ORACLE_HOME=$ORACLE_HOME
## confirm $ORACLE_HOME is removed from central inventory:
$ORACLE_HOME/OPatch/opatch lsinventory -all
## remove files in ORACLE_HOME manually
/bin/rm -rf $ORACLE_HOME
unset ORACLE_HOME
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22531473/viewspace-751026/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE RAC clusterwareOracle
- Split Brain in Oracle Clusterware and Real Application ClusterAIOracleAPP
- Oracle 21C Clusterware Technology StackOracle
- Manually Evolve and Accept SQL PLAN BASELINES in Oracle 12cSQLOracle
- How Oracle Store Number internal(zt)Oracle
- $ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithOracleAI
- How to Install EMC PowerPath on Oracle VM 3.4Oracle
- 備份與恢復oracle_homeOracle
- How To Deal With Split Brain In Oracle 19c RacAIOracle
- Deinstall the Enterprise Manager 13c Cloud Control AgentCloud
- 2.2.3 關於配置Oracle-Home只讀模式Oracle模式
- Oracle 12c新特性---Rapid Home Provisioning (RHP)OracleAPI
- 管理(006):啟用只讀Oracle Home目錄Oracle
- Oracle 12.2 How to Generate AWRs in Active Data Guard Standby DatabasesOracleDatabase
- 【DBA】Relinking Oracle Home 常見問題 (Doc ID 2048232.1)Oracle
- [20221222]How to Enable and Disable Database Options in oracle 11g.txtDatabaseOracle
- How To Deal With Split Brain In Oracle 19c Rac-202203AIOracle
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo
- GI PSU打補丁之opatch auto 自動方式分別打GI_HOME和ORACLE_HOMEOracle
- AdGuard Home
- How to ssh
- When should reread of cl_crm_bol_entity and $scope.$apply be called manuallyAPP
- [vue-router] Duplicate named routes definition: { name: "home", path: "/home" }Vue
- Laravel7.0 Route::get ()->name ('home') route ('home') 報錯Laravel
- How to find dependency
- 初始化home
- [重慶思莊每日技術分享]-$ORACLE_HOME/OPatch/ocm/bin/emocmrsp 不再有了Oracle
- [譯] WebAssembly: How and whyWeb
- How OpenStack integrates with Ceph?
- How to Build a Cybersecurity CareerUI
- CISO之What & How
- How to Restart Qt ApplicationRESTQTAPP
- How Python list works?Python
- How to Install psql on MacSQLMac
- How to Install LibreOffice on UbuntuUbuntu
- spark_home的配置Spark
- AdGuard Home使用體驗
- GI PSU滾動方式應用GI HOME和DB HOME(opatch auto together)
- How to make sense of Kotlin coroutinesKotlin