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;
     

  • 相关阅读:
    简单工厂模式
    原型模式
    特性Attribute
    MVC_Route层层深入
    异步Async
    sql-connectionStrings
    观察者模式(利用委托)
    SqlServer_存储过程
    c语言----程序记录
    c语言基础笔记
  • 原文地址:https://www.cnblogs.com/jasonsfu/p/1156472.html
Copyright © 2011-2022 走看看