數(shù)據(jù)庫(kù)啟動(dòng)報(bào):ORA-29702: error occurred in Cluster Group Service
2022-07-25 18:01 作者:夜灬長(zhǎng)夢(mèng)多 | 我要投稿
一個(gè)ORACLE 11G RAC集群,由于各種原因,不用集群了,使用單機(jī),刪除GI 部分,包含GRID用戶,然后,啟動(dòng)數(shù)據(jù)庫(kù),報(bào)以下錯(cuò)誤:
$ sqlplus /nolog
SQL*Plus: Release 11.2.0.4.0 Production on Mon Jun 13 20:18:20 2022
Copyright (c) 1982, 2013, Oracle. All rights reserved.
SQL> conn / as sysdba
Connected to an idle instance.
SQL> startup nomount pfile='/home/oracle/initxxdb.ora';
ORA-29702: error occurred in Cluster Group Service operation
對(duì)于這個(gè)錯(cuò)誤,可以選擇關(guān)閉并行即可。
具體解決辦法如下:
1. 關(guān)閉并行
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk no_parropt
2.重新編譯
$ make -f ins_rdbms.mk install
3.打開(kāi)數(shù)據(jù)庫(kù)即可
SQL> startup nomount;
ORACLE instance started.

標(biāo)簽: