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.
    
  • 相关阅读:
    Android Studio 1.0 初体验
    JAVA笔记:死锁的详细解释
    JAVA笔记:多线程的理解及应用(三)
    JAVA笔记:多线程的理解及应用(二)
    JAVA笔记:多线程的理解及应用(一)
    mysql 中文编码
    k8s删除node
    k8s 卸载
    kubernetes 集群master变更ip地址
    docker常用指令
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967289.html
Copyright © 2011-2022 走看看