zoukankan      html  css  js  c++  java
  • 【翻译自mos文章】CRS显示 正在执行的db instance 是offline状态

    CRS显示 正在执行的db instance 是offline状态
    转自:
    CRS shows Running Instance Status as OFFLINE (Doc ID 1673397.1)

    适用于:
    Oracle Database - Enterprise Edition - Version 11.2.0.2 to 11.2.0.3 [Release 11.2]
    Information in this document applies to any platform.

    症状:
    在crsctl stat res -t 输出里。数据库实例的status显示offline,可是数据库实例是正在执行的

    $ <GRID_HOME>/bin/crsctl stat res ora.racdb.db -t
    
    --------------------------------------------------------------------------------
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS       
    --------------------------------------------------------------------------------
    Cluster Resources
    --------------------------------------------------------------------------------
    ora.racdb.db
         1        OFFLINE OFFLINE                               Corrupted Controlfile--->显示'Corrupted Controlfile'
         2        ONLINE  ONLINE       rachost2                 Open
         3        ONLINE  ONLINE       rachost3                 Open
    
    
    $ <GRID_HOME>/bin/srvctl status database -d racdb
    Instance racdb1 is not running on node rachost1
    Instance racdb2 is running on node rachost2
    Instance racdb3 is running on node rachost3
    
     
    $ sqlplus / as sysdba
    ...
    SQL> select INSTANCE_NAME, STATUS from gv$instance;
    
    INSTANCE_NAME        STATUS
    ----------------     ------------
    racdb1               OPEN
    racdb2               OPEN
    racdb3               OPEN
    

    实例的alert日志可能会显演示样例如以下的信息:

    基于此结果。数据库服务不在 offline的instance 上执行。

    原因:

    Due to unpublished Bug 13257122 CRSD AGENT REPORT DB CONTROLFILE CORRUPTED BUT IT STILL ONLINE, CRSD agent reports corrupted control file for read error during fixed table query which is not a real corruption and caused by concurrent control file write.

    解决方式
    Bug 13257122 has been fixed in 11.2.0.4 and 12.1. Apply the patchset 11.2.0.4 should avoid the problem.

    To workaround the issue, please try to re-start the instance via srvctl:

    $ srvctl start instance -d racdb -i racdb1
  • 相关阅读:
    Oracle合并某一列
    button的FlatStyle和FlatAppearance属性
    Winform中ComBox大小设置
    项目添加程序集的引用后老是报错
    VS中文档大纲视图的作用
    将DotNetBar添加到工具箱中
    Win10设置vs2010总是以管理员身份运行
    SQL SERVER2008 打开脚本总是报“未能完成操作,存储空间不足”
    如何用vs2013开发人员命令提示工具执行一个方法(一个简单的demo)
    windows mysql 8.0 安装 解压版
  • 原文地址:https://www.cnblogs.com/zhchoutai/p/6723547.html
Copyright © 2011-2022 走看看