可能是以前修改cluster_database这个参数引起的.在oralc rac架构这个参数必须设置为TRUE. 错误
只能启动个中一个节点, 启动oracle 11g rac数据库时呈现以下错误, Oracle. All rights reserved. Connected to an idle instance. SQL startup ORA-01102: cannot mount database in EXCLUSIVE mode --没有修改参数前报错,大概是以前修改cluster_database这个参数引起的.在oralc rac架构这个参数必需配置为TRUE. 错误信息: ORA-01102: cannot mount database in EXCLUSIVE mode 办理要领: rac1节点: SQL show parameter cluster_database; NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ cluster_database boolean FALSE cluster_database_instances integer 1 SQL alter system set cluster_database=true scope=spfile; System altered. SQL shutdown immediate Database closed. Database dismounted. ORACLE instance shut down. SQL startup ORACLE instance started. Total System Global Area 830930944 bytes Fixed Size 2257800 bytes Variable Size 566234232 bytes Database Buffers 260046848 bytes Redo Buffers 2392064 bytes Database mounted. Database opened. SQL select open_mode from v$database; OPEN_MODE -------------------- READ WRITE SQL show parameter cluster_database; NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ cluster_database boolean TRUE cluster_database_instances integer 2 SQL rac2节点: [oracle@rac2 ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Thu Sep 29 10:14:16 2016 Copyright (c) 1982。
修改后启动乐成 SQL startup ORACLE instance started. Total System Global Area 830930944 bytes Fixed Size 2257800 bytes Variable Size 599788664 bytes Database Buffers 226492416 bytes Redo Buffers 2392064 bytes Database mounted. Database opened. SQL select open_mode from v$database; OPEN_MODE -------------------- READ WRITE SQL show parameter cluster_database; NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ cluster_database boolean TRUE cluster_database_instances integer 2 ,另一个节点启动不了, 2013,。
相关热词:
本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!
本文地址: https://www.juheyunku.com/sql/oracle/12946.shtml
相关文章
热门TAG
服务器 Go语言 技巧 详解 调用 标签 功能 织梦 javascript dedecms修改内容 织梦教程 php 白帽 企业网站 外链 权重 MYSQL 网站流量 实例解析 JSP 网站收录 搜索引擎 蜘蛛 windows jquery jquery教程 python tags标签 HTML 织梦cms最新文章
-
在tools-preferences-connection(
时间:2021-01-20
-
Windows Sever 2012下Oracle 12c安
时间:2021-01-10
-
Oracle安装监听器错误的解
时间:2021-01-07
-
oracle远程连接服务器数据
时间:2021-01-07
-
OSGforAndroid新手教程系列(
时间:2021-01-06
-
StickHeaderItemDecoration Recyc
时间:2021-01-06
-
Oracle11g安装与卸载图解
时间:2021-01-06
-
Oracle中的字符串类型及相
时间:2021-01-06
热门文章
-
Oracle存储过程编程详解
时间:2020-12-07
-
Azure Queue Storage 基本用法 Azure Storage 之
时间:2020-12-26
-
win10下oracle 11g安装图文教程
时间:2020-12-25
-
oracle 数据库学习 基本结构介绍
时间:2020-12-13
-
Azure File Storage 基本用法 Azure Storage 之 F
时间:2020-12-26
-
windows使用sqlpus连接oracle 数据库的教程图
时间:2020-12-25
-
Window下Oracle Database 11g 发行版2安装教程
时间:2020-12-29
-
Oracle解锁的方式介绍
时间:2020-12-14
-
Oracle 12c Study之Installer Oracle
时间:2021-01-06
-
linux下oracle设置开机自启动实现方法
时间:2020-12-13
