EVENT:10061 disable SMON from cleaning temp segment

作者: Maclean Liu , post on July 22nd, 2006 , English Version
【本站文章除注明转载外,均为本站原创编译】
转载请注明:文章转载自: Oracle Clinic – Maclean Liu的个人技术博客 [http://www.oracledatabase12g.com/]
本文标题: EVENT:10061 disable SMON from cleaning temp segment
本文永久地址: http://www.oracledatabase12g.com/archives/event-10061-disable-smon-from-cleaning-temp-segment.html
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>

© 2006 – 2011, www.oracledatabase12g.com. 版权所有.文章允许转载,但必须以链接方式注明源地址,否则追究法律责任.

相关文章 | Related posts:

  1. EVENT: 10015 "Write Trace for Undo Segment Recovery"
  2. Setting an Oracle event:The structure of the trace syntax
  3. EVENT:10228 trace application of redo by kcocbk
  4. EVENT:10210 check data block integrity
  5. EVENT:10212 check cluster integrity
  6. Rollback Segment Utilization:Extent, Wrap and Shrink
  7. EVENT: 10231 "skip corrupted blocks on _table_scans_"

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>