ORA-29702:error occurred in Cluster Group Service operation錯誤解決
一 . 故障描述
筆者嘗試透過手工建立單例項 DB 的方法 , 啟動資料庫例項到 nomount 狀態時 , 報錯 :
SQL> startup nomount;
ORA-29702: error occurred in Cluster Group Service operation
無法進行下面的資料庫建立工作 .
在 metalink 上搜尋了ORA-29702 , 找到了一個非常有價值的文章 , 內容如下 :
Starting Instance Fails with ORA-29702 [ID 216030.1]
修改時間 16-SEP-2010 型別 PROBLEM 狀態 PUBLISHED
fact: Oracle Server Enterprise Edition 8
fact: Oracle Parallel Server (OPS)
fact: AIX-Based Systems
symptom: Starting database fails
symptom: ORA-29702: error occurred in Cluster Group Service operation
symptom: Mounting database in Non-OPS (exclusive) mode
symptom: Environment not configured for OPS
cause: Oracle in IBM RS6000 SP installs the Parallel Server Option as the
default option. As a result, Oracle tries to communicate with GMS or Cluster
Manager during startup, but the environment is not configured to work in
Parallel Server mode.
fix:
Relink Oracle to disable Parallel Server Option:
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk no_parropt
$ make -f ins_rdbms.mk install
這個文件說的情況與本問題的情況吻合 , 需要解決的問題就是取消並行模式 ( 建立單節點 DB, 而非 RAC DB).
三 . 解決方法
執行 metalink 文件中的 fix 的命令,取消並行伺服器模式。
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk no_parropt
rm -f /oracle/product/10.2.0/db/lib/libskgxp10.a
cp /oracle/product/10.2.0/db/lib//libskgxpd.a /oracle/product/10.2.0/db/lib/libskgxp10.a
rm -f /oracle/product/10.2.0/db/lib/libskgxn2.a
cp /oracle/product/10.2.0/db/lib//libskgxns.a /oracle/product/10.2.0/db/lib/libskgxn2.a
/bin/ar -X64 d /oracle/product/10.2.0/db/rdbms/lib/libknlopt.a kcsm.o
/bin/ar -X64 cr /oracle/product/10.2.0/db/rdbms/lib/libknlopt.a /oracle/product/10.2.0/db/rdbms/lib/ksnkcs.o
Target "no_parropt" is up to date.
$ make -f ins_rdbms.mk install
chmod 755 /oracle/product/10.2.0/db/bin
rm -f oracle dbv tstshm maxmem orapwd dbfsize cursize genoci extproc extproc32 hsalloci hsots hsdepxa dgmgrl dumpsga mapsga osh sbttest expdp impdp imp exp sqlldr rman hsodbc tg4sybs nid extjob extjobo genezi ikfod grdcscan /oracle/product/10.2.0/db/rdbms/lib/ksms.s /oracle/product/10.2.0/db/rdbms/lib/ksms.o
- Linking DB*Verify utility (dbv)
……
/bin/ar -X64 t /oracle/product/10.2.0/db/rdbms/lib/libknlopt.a | grep '^'kcsm.o > /dev/null 2>&1 ; then echo "-lha_gs_r -lha_em_r -lpthreads"; fi` -locijdbcst10 -lwwg -bpT:0x100000000 -bpD:0x110000000 -bforceimprw
mv -f /oracle/product/10.2.0/db/bin/oracle /oracle/product/10.2.0/db/bin/oracleO
mv /oracle/product/10.2.0/db/rdbms/lib/oracle /oracle/product/10.2.0/db/bin/oracle
chmod 6751 /oracle/product/10.2.0/db/bin/oracle
Target "install" is up to date.
SQL> startup nomount;
ORACLE instance started.
Total System Global Area 1073741824 bytes
Fixed Size 2101912 bytes
Variable Size 545262952 bytes
Database Buffers 524288000 bytes
Redo Buffers 2088960 bytes
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69997824/viewspace-2768817/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-29702: error occurred in Cluster Group Service operationError
- ORA-32700: error occurred in DIAG Group ServiceError
- Myeclipse 錯誤An internal error has occurred 解決辦法EclipseError
- 解決Eclipse裡Maven工程報 An error occurred while filtering resources錯誤EclipseMavenErrorWhileFilter
- Datastore error in 'dirbdb'錯誤解決ASTError
- PHP curl error 60 錯誤解決PHPError
- Job for mysqld.service failed because the control process exited with error code錯誤解決MySqlAIError
- service mysql start出錯,mysql啟動不了,解決mysql: unrecognized service錯誤MySqlZed
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- 安裝RAC,Actual Result: Unknown Host Exception has Occurred錯誤解決Exception
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- TNS-04414 file error 錯誤解決Error
- [Modules/zlibmodule.o] Error 1錯誤解決IBMError
- 使用CocoaPods出錯,[!] Oh no, an error occurred.Error
- yarn install 遇到的錯誤訊息 - Error EPERM operation not permitted, open .yarnrcYarnErrorMIT
- 轉存——Quartus II FPGA程式模擬執行時出現錯誤“error occurred during modelsim simulation”的解決方法FPGAError
- mysql 禁用 ONLY_FULL_GROUP_BY,暫時解決錯誤(sql_mode=only_full_group_by)MySql
- How do you find that an operation mode switch occurred?
- SSL錯誤ssl connect error 35的解決方案Error
- 錯誤解決:cc: Internal error: Killed (program cc1)Error
- 解決錯誤:ASP.NET Error: Failed to access IIS metabaseASP.NETErrorAI
- 配置jboss5.1(jdk1.6)_啟動錯誤_Error occurred during initialization of VMJDKError
- 案例學習Oracle錯誤: ORA-00604 error occurred at recursive SQL level stringOracleErrorSQL
- Js錯誤Error物件詳解JSError物件
- 【Jenkins】data stream error|Error cloning remote repo ‘origin‘ 錯誤解決JenkinsErrorREM
- MySQL this is incompatible with sql_mode=only_full_group_by-錯誤解決MySql
- o2cb_ctl: Cluster "ocfs2" does not exist 錯誤解決
- dbeaver 升級 24.1.x 版本提示 An error has occurred 的解決Error
- mysqldump error1066 錯誤的解決辦法MySqlError
- 解決 eslint 的 Parsing error: Unexpected token 錯誤EsLintError
- 織夢提示dedecms error warning錯誤的解決方法Error
- 【Azure API 管理】解決API Management新增AAD Group時遇見的 Failed to query Azure Active Directory graph due to error 錯誤APIAIError
- 建立cache group 時遇到 錯誤5120 時候的解決方案
- Dynamics CRM CRM Reporting Error: Error occurred while fetching the data extension的解決方法ErrorWhile
- IDEA發生“Error:java: 錯誤: 不支援發行版本 5”錯誤的解決方案IdeaErrorJava
- 使用npm install報錯-4048 operation not permitted解決NPMMIT
- win10電腦開機出現a disk read error occurred錯誤修復方法Win10Error