当前位置:网站首页>Database startup message: ora-29702: error occurred in cluster group service
Database startup message: ora-29702: error occurred in cluster group service
2022-07-26 04:36:00 【cqszpx】
One ORACLE 11G RAC colony , For various reasons , No cluster , Using stand-alone , Delete GI part , contain GRID user , then , Start database , Report the following error :
$ 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
For this mistake , You can choose to turn off parallelism .
The specific solutions are as follows :
1. Turn off parallel
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk no_parropt
2. recompile
$ make -f ins_rdbms.mk install
3. Just open the database
SQL> startup nomount;
ORACLE instance started.

边栏推荐
猜你喜欢

Chapter 3 how to use sourcetree to submit code

Analyzing the curriculum design evaluation system of steam Education

建设面向青少年的创客教育实验室

Support proxy direct connection to Oracle database, jumpserver fortress v2.24.0 release

数据仓库

机器学习之信用卡欺诈检测

How to build an automated testing framework?

力扣每日一题-第42天-661. 图片平滑器

Phaser (I): platform jumping collection game

Threadpooltaskexecutor and ThreadPoolExecutor
随机推荐
2022 Henan Mengxin League game (3): Henan University a - corn cannon
Embedded practice -- CPU utilization statistics based on rt1170 FreeRTOS (24)
UE4 controls the rotation of objects by pressing keys
Postman imports curl, exports curl, and exports corresponding language codes
力扣每日一题-第42天-661. 图片平滑器
Comparison of the relationship between the number of partitions and the number of reducetask in MapReduce
Solution: runtimeerror: expected object of scalar type int but got scalar type double
Rotate array minimum number
青少年创客教育的创意设计原理
Why is mongodb fast
ES6模块化+CommonJS
3、 @requestmapping annotation
egg-ts-sequelize-CLI
The difference between positive samples, negative samples, simple samples and difficult samples in deep learning (simple and easy to understand)
Is this my vs not connected to the database
解析Steam教育的课程设计测评体系
Phaser (I): platform jumping collection game
2022 a.static query on tree (tree section)
egg-sequelize TS编写
MySQL log classification: error log, binary log, query log, slow query log