zoukankan      html  css  js  c++  java
  • Oracle内部错误ORA600:[1112]

    以下为ORA-600[1112]内部错误的相关诊断信息:
    ERROR:
    ORA-600 [1112] [a] [b] [c] [d] [e]
    
    VERSIONS:
    versions 7.3 to 9.2
    
    DESCRIPTION:
    
    ORA-600 [1112] is getting raised while trying to add a
    row cache enqueue to a transaction state object during
    lookup of the default tablespace number during table
    creation.
    
    FUNCTIONALITY:
    STATE OBJECT MANAGEMENT
    
    IMPACT:
    PROCESS FAILURE
    NON CORRUPTIVE - No underlying data corruption.
    
    
    Bug 2489130 - OERI:1112 can occur while dumping PROCESSSTATE informatio (Doc ID 2489130.8)
    Bug 4126973: ORA-600[504] AND ORA-600[1112] OCCURED WHEN GETTING "ERRORSTACK"
    Base Bug 2489130
    Bug 3954753: ORA-600 [1112] AND SESSION CRASH
    
    The cause for the ORA-00600 [1112] appears due to Bug 2489130
    This error can occur on dumping of process state which is what occurred here.
    The primary issue is the WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK!
    This then triggers a system state and process state to be dumped due to nature of the problem.
    The ORA-00600 [1112] gets dumped out when process state is done.
    
    Stack for trace very similar to Bug 2489130 and this is only known bug on 9.2 like this with a fix.
    
    A fix for bug 2489130 is included in the 9.2.0.7 patchset.
    Recommend applying 9.2.0.8 patchset to have this and other bug fixes.
    This would only prevent the ORA-00600 [1112] from occurring on state dumps.
    The primary row cache issue still to be investigated by performance team.
    
  • 相关阅读:
    史上最简单的Hibernate入门简单介绍
    极客Web前端开发资源大荟萃
    ios7 UIScrollView 尺寸问题
    用ahk脚本自己主动删除flashcookies
    CSS文字样式
    Windows 10 安装
    万圣节福利:红孩儿3D引擎开发课程《3ds max导出插件初步》
    算法实验 层序列表问题(二叉树)
    git配置别名
    git忽略特殊文件
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967289.html
Copyright © 2011-2022 走看看