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

    ORA-00600: : [kcratr1_lostwrt], [], [], [], [], [], [], []
    2009-08-10 09:09

    OS:windows2003
    DB:ORACLE 9.0.2.8
    出现"ORA-00600: : [kcratr1_lostwrt], [], [], [], [], [], [], []"问题的原因:半夜机器自动挂掉

    SQL> alter database open;
    alter database open
    *
    ERROR 1 :
    ORA-00600: : [kcratr1_lostwrt], [], [], [], [], [], [], []


    SQL> alter database open;
    alter database open
    *
    ERROR 1 :
    ORA-00600: : [kcratr1_lostwrt], [], [], [], [], [], [], []

    metalink提供办法:
    Changes
    There was a disk problem that caused the database to crash.
    Cause
    Oracle is unable to perform instance recover but it works when is invoked manually.
    Solution
    Mount the database and issue a recover statement

    SQL> recover database;

    SQL> alter database open;

    另台OS为linux的机器没出现此问题,这里再次验证linux/unix做DB的OS比较好!

    人生有三宝:终身运动,终身学习,终身反醒.吸收新知,提高效率,懂得相处,成就自己,也成就他人,创造最高价值。
  • 相关阅读:
    广搜 BFS()
    最短路-A
    DFS-C
    codeforces contest
    小技巧
    将博客搬至CSDN
    建树
    codeforces gym102411 Equidistant(图论+乱搞)
    codeforces 1250N wires(简单图论)
    Splay 树
  • 原文地址:https://www.cnblogs.com/jimeper/p/1545781.html
Copyright © 2011-2022 走看看