<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    tbwshc

    ORA-600(qersqCloseRem-2)錯誤

    客戶的10.2.0.4 RAC for Hp-un環境碰到了這個錯誤。

     

     

    錯誤信息為:

    Wed Feb 29 19:42:05 2012
    Errors in file /opt/app/oracle/admin/orcl/udump/orcl1_ora_11261.trc:
    ORA-00600: internal error code, arguments: [qersqCloseRem-2], [Invalid Handle], [], [], [], [], [], []
    ORA-02068: following severe error from WEBDB.COM TB
    ORA-03113: end-of-file on communication channel
    Wed Feb 29 19:42:05 2012
    Errors in file /opt/app/oracle/admin/orcl/udump/orcl1_ora_32036.trc:
    ORA-00600: internal error code, arguments: [qersqCloseRem-2], [Invalid Handle], [], [], [], [], [], []
    ORA-02068: following severe error from WEBDB.COM
    ORA-03113: end-of-file on communication channel
    Wed Feb 29 19:42:05 2012
    Errors in file /opt/app/oracle/admin/orcl/udump/orcl1_ora_5935.trc:
    ORA-00600: internal error code, arguments: [qersqCloseRem-2], [Invalid Handle], [], [], [], [], [], []
    ORA-02068: following severe error from WEBDB.COM
    ORA-03113: end-of-file on communication channel
    Wed Feb 29 19:42:05 2012
    Errors in file /opt/app/oracle/admin/orcl/udump/orcl1_ora_5026.trc:
    ORA-00600: internal error code, arguments: [qersqCloseRem-2], [Invalid Handle], [], [], [], [], [], []
    ORA-02068: following severe error from WEBDB.COM
    ORA-03113: end-of-file on communication channel
    Wed Feb 29 19:42:05 2012
    Errors in file /opt/app/oracle/admin/orcl/udump/orcl1_ora_7620.trc:
    ORA-00600: internal error code, arguments: [qersqCloseRem-2], [Invalid Handle], [], [], [], [], [], []
    ORA-02068: following severe error from WEBDB.COM
    ORA-03113: end-of-file on communication channel
    Wed Feb 29 19:42:08 2012
    Trace dumping is performing id=[cdmp_20120229194207]
    Wed Feb 29 19:42:17 2012
    Trace dumping is performing id=[cdmp_20120229194217]

    這個ORA-600[qersqCloseRem-2]錯誤非常罕見, TB MOS上居然沒有任何記載。不過從錯誤信息進行進一步的分析,這個錯誤發生在遠端數據庫的訪問異常。

    檢查進一步的詳細信息:

    *** 2012-02-29 19:42:05.564
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [qersqCloseRem-2], [Invalid Handle], [], [], [], [], [], []
    ORA-02068: following severe error from WEBDB.COM
    ORA-03113: end-of-file on communication channel
    Current SQL statement for this session:
    SELECT ACCESS_LOG_SEQUENCE.NEXTVAL@WEBDB.COM FROM DUAL
    ----- PL/SQL Call Stack -----
     object     line object
     handle   number name
    0x39b5c3720        5 ECOMMERCE.P_USER_AT
    ----- Call Stack Trace -----
    calling             call    entry               argument values in hex     
    location            type    point               (? means dubious value)    
    -------------------- -------- -------------------- ----------------------------
    ksedst()+31         call    ksedst1()           000000000 ? 000000001 ?
                                                      7FBFFF4370 ? 7FBFFF43D0 ?
                                                      7FBFFF4310 ? 000000000 ?
    ksedmp()+610        call    ksedst()            000000000 ? 000000001 ?
                                                      7FBFFF4370 ? 7FBFFF43D0 ?
                                                      7FBFFF4310 ? 000000000 ?
    ksfdmp()+21         call    ksedmp()            000000003 ? 000000001 ?
                                                      7FBFFF4370 ? 7FBFFF43D0 ?
                                                      7FBFFF4310 ? 000000000 ?
    .
    .
    .
                                                      0059DF200 ? 683F6E400000001 ?
    main()+116          call    opimai_real()       000000002 ? 7FBFFFF4E0 ?
                                                      000000004 ? 7FBFFFF478 ?
                                                      0059DF200 ? 683F6E400000001 ?
    __libc_start_main() call    main()              000000002 ? 7FBFFFF4E0 ?
    +219                                              000000004 ? 7FBFFFF478 ?
                                                      0059DF200 ? 683F6E400000001 ?
    _start()+42         call    __libc_start_main() 0007139F8 ? 000000002 ?
                                                      7FBFFFF628 ? 0052B4BD0 ?
                                                      000000000 ? 000000002 ?
     
    --------------------- Binary Stack Dump ---------------------

    從詳細TRACE分析,在問題發生時刻,正在通過數據庫鏈讀取遠端序列的值。而此時出現的ORA-3113通信錯誤,多半與遠端數據庫狀態異常有關。

    檢查遠端數據庫的告警日志,果然發現在問題出現時刻,數據庫狀態異常并最終導致了實例重啟:

    Wed Feb 29 19:39:29 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:39:30 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:40:01 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:40:01 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:40:01 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:40:01 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:40:01 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:40:01 2012
    WARNING: inbound connection timed out (ORA-3136)
    .
    .
    .
    Wed Feb 29 19:43:28 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:43:28 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:43:28 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:43:28 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:43:29 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:43:29 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:43:29 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:43:29 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:43:30 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:45:26 2012
    PMON failed to acquire latch, see PMON dump
    Wed Feb 29 19:46:32 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:46:33 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:46:34 2012
    PMON failed to acquire latch, see PMON dump
    Wed Feb 29 19:46:40 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:46:43 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Feb 29 19:46:44 2012
    Errors in file /opt/app/oracle/admin/orcl/bdump/orcl1_asmb_14614.trc:
    ORA-15064: communication failure with ASM instance
    ORA-03113: end-of-file on communication channel
    Wed Feb 29 19:46:44 2012
    ASMB: terminating instance due to error 15064
    Wed Feb 29 19:46:44 2012
    System state dump is made for local instance
    System State dumped to trace file /opt/app/oracle/admin/orcl/bdump/orcl1_diag_14555.trc
    Wed Feb 29 19:46:47 2012
    Shutting down instance (abort)
    License high water mark = 1623
    Wed Feb 29 19:46:49 2012
    Instance terminated by ASMB, pid = 14614
    Wed Feb 29 19:46:52 2012
    Instance terminated by USER, pid = 3684

    顯然遠端數據庫狀態異常是這個ORA-600錯誤的直接原因。

     


    posted on 2012-09-03 17:09 chen11-1 閱讀(906) 評論(0)  編輯  收藏


    只有注冊用戶登錄后才能發表評論。


    網站導航:
     
    主站蜘蛛池模板: 91麻豆精品国产自产在线观看亚洲| 国产一区二区三区免费在线观看 | ww4545四虎永久免费地址| 亚洲乱亚洲乱妇无码麻豆| 一个人晚上在线观看的免费视频| 免费大香伊蕉在人线国产| 男女猛烈xx00免费视频试看| 免费在线观看中文字幕| 亚欧乱色国产精品免费视频| 伊人久久大香线蕉亚洲五月天 | 亚洲无码高清在线观看| 一级做a爰片久久免费| 国产精品亚洲片在线观看不卡| a在线视频免费观看| 中文字幕亚洲综合久久| 成人男女网18免费视频| 国产精品亚洲小说专区| 中文字幕亚洲一区二区va在线| 国产又黄又爽又大的免费视频| 亚洲自偷自偷精品| 无人影院手机版在线观看免费| 亚洲丁香婷婷综合久久| 亚洲精品成人网久久久久久| 很黄很污的网站免费| 亚洲字幕在线观看| 国产一级一片免费播放| 免费日本一区二区| 中文文字幕文字幕亚洲色| 日韩亚洲国产二区| **真实毛片免费观看| 亚洲色少妇熟女11p| 亚洲无av在线中文字幕| 久久精品国产免费观看| 免费一区二区三区在线视频| 久久综合九九亚洲一区| 免费精品一区二区三区在线观看| 精品无码一级毛片免费视频观看 | 日本特黄特色免费大片| 成人性做爰aaa片免费看| 亚洲中文字幕AV每天更新| 久久精品国产亚洲AV不卡|