zoukankan      html  css  js  c++  java
  • EVENT:10061 disable SMON from cleaning temp segment

    Error:  ORA 10061
    Text:   disable SMON from cleaning temp segment
    -------------------------------------------------------------------------------
    
    Explanation:
            This is NOT an error but is a special EVENT code.
            It should *NOT* be used unless explicitly requested by RD support.
    
            It allows you to prevent SMON from cleaning up temporary segments.
            If set in:
    
             7.0.X:
                This will prevent SMON performing cleanup of TEMP segments
                and from coalsecing extents. The cleanup action was performed
                every 3 minutes in 7.0.X releases.
    
            7.1.X:
                The event behaviour is modified in that TEMP segment cleanup
                is skipped on TIMEOUTS but will be performed if SMON is
                posted. The cleanup only occurs every 12 hours or when posted
                in 7.1.X releases.
                You can POST SMON by performing a failed CREATE TABLE command.
    
                A new event 10269 is for coalescing extents.
    
    Usage:  
            event="10061 trace name context forever, level 10"
    
    Articles:
    
    @Archived Managing SMON Activity on multiple OPS instances   <Note:45856.1>
  • 相关阅读:
    GridView跨列
    html的积累
    什么是json?
    关于string
    Effective C# Item38:定制和支持数据绑定
    Effective C# Item44:为应用程序创建特定的异常类
    Effective C# Item42:利用特性简化反射
    Effective C# Item47:选择安全代码
    Effective C# Item43 : 避免过度使用反射
    Effective C# Item39 : 使用.NET验证
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967228.html
Copyright © 2011-2022 走看看