当前位置:网站首页>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.

边栏推荐
- 数据仓库
- 三、@RequestMapping注解
- Wu Enda's machine learning after class exercises - linear regression
- Codeforces Round #807 (Div. 2)
- UE4 keyboard control switch light
- RTSP/Onvif协议视频平台EasyNVR服务一键升级功能的使用教程
- UE4 多个角色控制权的切换
- 2022 Hangdian multi school DOS card (line segment tree)
- UE4 靠近物体时显示文字,远离时文字消失
- Page pull-up refresh and pull-down loading
猜你喜欢

egg-ts-sequelize-CLI

青少年创客教育的创意设计原理

Integrated architecture of performance and cost: modular architecture

UE4 keyboard control switch light

A series of problems about the number of DP paths

Wu Enda's machine learning after class exercises - logical regression

Codeforces Round #807 (Div. 2)

UE4 two ways to obtain player control

Keil V5 installation and use

MySQL - multi table query - Cartesian product sum, correct multi table query, equivalent connection and unequal connection, inner connection and outer connection
随机推荐
Wu Enda's machine learning after class exercises - logical regression
egg-ts-sequelize-CLI
egg-sequelize TS编写
Build a maker Education Laboratory for teenagers
YAPI安装
UE4 two ways to obtain player control
Swiftui one day crash
2022 a.static query on tree (tree section)
Array sort 2
Array sort 3
MySQL日志分类:错误日志、二进制日志、查询日志、慢查询日志
Getting started with mongodb Basics
Keil V5 installation and use
UE4 switching of control rights of multiple roles
SwiftUI一日速成
Spark Structured Streaming HelloWorld
Why is mongodb fast
数组排序3
性能和成本的综合架构:单元化架构
Chapter 3 how to use sourcetree to submit code