zoukankan      html  css  js  c++  java
  • ORA00600:[kjhn_post_ha_alert0862]

    近日,有好友出现ORA-600错误, 具体如下:

    Mon Sep 10 15:22:11 2007
    Errors in file e:\oracle\product\10.2.0\admin\oral\bdump\oral_mmon_4528.trc:
    ORA-00600: internal error code, arguments: [kjhn_post_ha_alert0-862], [], [], [], [], [], [], []

    Mon Sep 10 15:23:00 2007
    Restarting dead background process MMON
    MMON started with pid=11, OS id=3552
    Mon Sep 10 15:23:03 2007
    Errors in file e:\oracle\product\10.2.0\admin\oral\bdump\oral_mmon_3552.trc:
    ORA-00600: internal error code, arguments: [kjhn_post_ha_alert0-862], [], [], [], [], [], [], []


    解决方法:

    connect sys/oracle@sid_string as sysdba;
    create table recent_resource_incarnations$bk as select * from recent_resource_incarnations$;
    truncate table recent_resource_incarnations$;
    shutdown immediate;
    startup;
     

  • 相关阅读:
    8.02_python_lx_day14
    8.02_python_lx_day13<2>
    8.02_python_lx_day13<1>
    7.30_python_lx_day20
    7.29_python_lx_da19
    7.29_python_lx_day12
    Docker镜像
    Docker学习Ⅱ
    Docker学习Ⅰ
    2-3树的插入和删除原理
  • 原文地址:https://www.cnblogs.com/jasonsfu/p/1156472.html
Copyright © 2011-2022 走看看