zoukankan      html  css  js  c++  java
  • ORA-600 [729] "UGA Space Leak" (文档 ID 31056.1)

    Note: For additional ORA-600 related information please read Note:146580.1
    PURPOSE:              This article discusses the internal error "ORA-600 [729]", what   it means and possible actions. The information here is only applicable   to the versions listed and is provided only for guidance. ERROR:             

     

      Format: ORA-600 [729] [a] [b]

    VERSIONS:           
      versions 7.0 and above
     
    DESCRIPTION:        
    
      A space leak has been detected in the User Global Area (UGA).
    
      There is NO data corruption as a result of this error.
    
      It is an internal memory housekeeping problem.
     
    ARGUMENTS:
      Arg [a] This is the number of bytes leaked
      Arg [b] "space leak"
    
    FUNCTIONALITY:      
      MEMORY COMPONENT
     
    IMPACT:             
      PROCESS FAILURE - But only during logoff so impact is minimal.
      NON CORRUPTIVE - No underlying data corruption.
    
    
     
    SUGGESTIONS:        
    
      Event 10262 can be set to safely ignore small memory leaks.
    
      Set the following in init.ora for example to disable space
      leaks less than 4000 bytes:
    
            event = "10262 trace name context forever, level 4000"
    
      and stop and restart the database.
    
      Repeated errors or large memory leaks can be diagnosed further by 
      sending the alert.log and trace files to Oracle support.
    
      Known Issues:
    
    
    
     Related Articles
      Note:403584.1     Understanding and Diagnosing ORA-600 [729] Space Leak Errors
  • 相关阅读:
    小结:ES7——async和await初识
    如何抽离、引用公共部分页面
    数据处理:高德、百度经纬度坐标的相互转化
    mock数据的基础使用
    express随笔
    ES6学习基础
    初学node.js
    ajax基础
    ajax的几个面试题
    (转)认识原型对象和原型链
  • 原文地址:https://www.cnblogs.com/bwdata/p/3892208.html
Copyright © 2011-2022 走看看