启动 Oracle  11g RAC数据库时出现以下错误。只能启动其中一个节点(rac01),另一个节点启动不了(rac02)。可能是以前修改cluster_database这个参数引起的。在Oracle RAC架构这个参数必须设置为TRUE。

执行startup时候,错误信息: ORA-01102: cannot mount database in EXCLUSIVE mode

解决方法:

rac01节点:

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 1068937216 bytes

Fixed Size                  2260088 bytes

Variable Size             734004104 bytes

Database Buffers          327155712 bytes

Redo Buffers                5517312 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>

rac02节点:

[oracle@fanxin02 ~]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on Tue May 21 23:08:16 2019

Copyright (c) 1982, 2013, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup ORACLE instance started.

Total System Global Area 1068937216 bytes

Fixed Size                  2260088 bytes

Variable Size             734004104 bytes

Database Buffers          327155712 bytes

Redo Buffers                5517312 bytes

Database mounted.

Database opened.

SQL> show parameter cluster_database;

NAME                                 TYPE        VALUE

------------------------------------ ----------- ------------------------------

cluster_database                     boolean     TRUE

cluster_database_instances           integer     2

SQL>

SQL> archive log list;

Database log mode              Archive Mode

Automatic archival             Enabled

Archive destination            /u01/app/oracle/product/11.2.0.4/db_1/dbs/arch

Oldest online log sequence     12

Next log sequence to archive   13

Current log sequence               13

SQL>

 出自:http://blog.itpub.net/31562900/viewspace-2564139

最新文章

  1. 一个简单的Webservice的demo(中)_前端页面调用
  2. request 获取服务根目录地址
  3. Maven初级学习(三)常用命令
  4. Android -- 简单的图片浏览器
  5. noip2013 火柴排序
  6. C#中,接口不能被实例化,但存在特例
  7. 用 VeraCrypt 加密闪存盘
  8. 第一个Sprint冲刺第六天
  9. lua语言入门之Sublime Text设置lua的Build System
  10. linux file命令小记
  11. c# xml操作类
  12. linux 定时执行任务
  13. 必知的 15 个jQuery小技巧(干货)
  14. java中的Collection集合类
  15. Go语言反射reflect
  16. LLVM的安装
  17. oracle 数据库链路
  18. FullWebBrowserCookie 取得WebBrowser的完整Cookie
  19. <转>ML 相关算法参考
  20. 【附4】springboot源码解析-run()

热门文章

  1. Oracle 存储过程批量插入数据
  2. Mysql索引进阶入门
  3. 天气预报APP(2)
  4. powerdesign进军(二)--oracle数据源配置
  5. SpringBoot第二十三篇:安全性之Spring Security
  6. 消息中间件——RabbitMQ(七)高级特性全在这里!(上)
  7. nanopi NEO2 学习笔记 2:安装 pip 和 pip 安装第三方模块
  8. Leetcode之回溯法专题-51. N皇后(N-Queens)
  9. (八)分布式通信----主机Host
  10. win命令获取外网ip