zoukankan      html  css  js  c++  java
  • EVENT:10210 check data block integrity

    Event:10210                  See  for similar events / parameters
    ~~~~~~~~~~~
    
    Version/Use:
      7.0 - 8.1.7  Check data block integrity after each modification
      9.0+         This event is no longer valid. Use <Parameter:DB_BLOCK_CHECKING>
                    instead.
    
    7.0 - 8.1.7 "Check data block integrity after each modification"
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      NOTE: Events should NEVER be set by customers unless advised to do so by
            Oracle Support Services. Read  before setting any event.
    
    Summary Syntax:
      This event should be set at instance level:
        EVENT="10210 trace name context forever, level 10"
    
    Levels:
      This event is either ON (level 1 or higher) or OFF (not set)
    
      Note that in 8.1.6 onwards you should use the
      instead of this event.
    
    Description/Steps:
      Event 10210 enables data block integrity checking.
      This causes the data layer to perform a number of checks on the
      contents of a data block. If the block is found to be corrupt
      in some way it is marked as SOFTWARE CORRUPT.
    
      NB: Blocks are ONLY checked/corrupted when CHANGED. They are NOT
          checked when accessed for read.
    
      Take care with this, as if there are blocks in the database which
      are being accessed happily but have a minor corruption such as
      an incorrect free space count, this event will mark the block as
      corrupt. Once marked SOFTWARE CORRUPT the data in the block
      is not accessible to Oracle.
    
      See  for more detail of various block checking features.
    
    Example Output / Interpreting Output:
      This event will cause an ORA-600 error to be signalled if a corruption
      is detected after a data block has been modified. The exact content
      of the trace file depends on the ORA-600 and the action at the time
      of the corruption being noticed. Refer to the relevant ORA-600 article
      for the error which is signalled.
    
    Related:
      Database block checking features
      Index and Cluster block equivalents
      See event 10231 which allows SOFTWARE CORRUPT blocks
        to be skipped on full table scans
  • 相关阅读:
    富文本编辑器layedit,调用setContent方法会报错
    sqlserver2008事务日志已满
    解决asp.net上传文件时文件太大导致的错误
    完美版js金钱正则表达式校验
    jQuery实现清空table表格除首行外的所有数据
    textArea中的maxlength是无效的 解决办法
    jquery根据name属性查找
    fileupload页面跳转找不到原页面的解决方法
    xml获取属性值的方法
    读FCL源码系列之List<T>---让你知其所以然---内含疑问求大神指点
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967211.html
Copyright © 2011-2022 走看看