ORA-01618: redo thread 2 is not enabled - cannot mount 问题处理

今天在公司做oracle 10g rac 增加节点实验,到最后一步添加实例到database中时,只分配一组redo给新加的实例2,导致实例不能启动成功

   [oracle@p650:/oracle/app/oracle]$sqlplus / as sysdba

SQL*Plus: Release 10.2.0.4.0 - Production on Mon May 24 17:01:06 2010

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.

Connected to an idle instance.

SQL> startup
ORACLE instance started.

Total System Global Area 1258291200 bytes
Fixed Size                  2083728 bytes
Variable Size             419431536 bytes
Database Buffers          822083584 bytes
Redo Buffers               14692352 bytes
ORA-01618: redo thread 2 is not enabled - cannot mount

检查节点1正常实例

[oracle@p520:/crs/app/oracle/product/crs_1/opmn/conf]$sqlplus "/as sysdba"

SQL*Plus: Release 10.2.0.4.0 - Production on Mon May 24 17:01:21 2010

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options


SQL> select * from v$log;

    GROUP#    THREAD#  SEQUENCE#      BYTES    MEMBERS ARC STATUS
---------- ---------- ---------- ---------- ---------- --- ----------------
FIRST_CHANGE# FIRST_TIME
------------- ------------
         1          1         51   52428800          1 NO  CURRENT
      1251966 24-MAY-10

         2          1         50   52428800          1 NO  INACTIVE
      1194389 20-MAY-10

         3          2          0   52428800          1 YES UNUSED
            0

发现thread 2 实例只有一组日志

oracle 数据库实例日志组最少两组,

在节点1对新增加的实例扩展日志文件

SQL> alter database add logfile thread 2 '/dev/rredo22_lv' size 50m;

Database altered.

SQL> alter database enable thread 2;

Database altered.

SQL> select member from v$logfile;

MEMBER
--------------------------------------------------------------------------------
/dev/rredo11_lv
/dev/rredo12_lv
/dev/rredo21_lv
/dev/rredo22_lv

 


添加后节点2实例就能正常mount和open了

[oracle@p650:/oracle/app/oracle/admin/orcl/bdump]$sqlplus / as sysdba

SQL*Plus: Release 10.2.0.4.0 - Production on Mon May 24 17:04:48 2010

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options

SQL> alter database mount;

Database altered.

SQL> alter database open;

Database altered.

SQL>

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7199859/viewspace-663572/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/7199859/viewspace-663572/

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值