zoukankan      html  css  js  c++  java
  • oracle 19c alert 日志 提示Resize Operation Completed For File#

    File Extension Messages are seen in alert log.There was no explicit file resize DDL as well.

    Resize operation completed for file# 45, old size 26M, new size 28M
    Resize operation completed for file# 45, old size 28M, new size 30M
    Resize operation completed for file# 45, old size 30M, new size 32M
    Resize operation completed for file# 36, old size 24M, new size 26M

    In a busy system with lots of DML (insert/update/delete),the alert log could be flooded with many such file extension messages.

    CHANGES

    CAUSE

    These file extension messages were result of diagnostic enhancement through unpublished to record automatic datafile resize operations in the alert log with a message of the form:

     "File NN has auto extended from x bytes to y bytes"

    This can be useful when diagnosing problems which may be impacted by a file resize. 

    SOLUTION

    In busy systems, the alert log could be completely flooded with file extension messages. A new Hidden parameter parameter "_disable_file_resize_logging" has been introduced through bug 18603375 to stop these messages getting logged into alert log.

    (Unpublished) Bug 18603375 - EXCESSIVE FILE EXTENSION MESSAGE IN ALERT LOG 

    Set the below parameter along with the fix.

    SQL> alter system set "_disable_file_resize_logging"=TRUE ; (Its default value is FALSE)

    The bug fix 18603375 is included in 12.1.0.2 onwards.

    炊烟起了;夕阳下了;细雨来了 多调试,交互式编程体验 记录,独立思考,对比 感谢转载作者 修车 国产化 read and connect 匍匐前进, 讲故事
  • 相关阅读:
    好代码收藏
    JVM
    关于Redis
    记录ok6410 使用ov9650摄像头的过程
    记录一下在uyuv 转 planar yuv420 的做法
    mini2440 使用的mkyaffs2image 工具的源码
    hi3516a imx178 uboot 默认启动参数
    记录ok6410 使用fast150u 无线网卡的过程 其中部分内容为转载 没有修改
    ubuntu建立tftp服务器有两种方式
    转载hi3516 sd 只读解决
  • 原文地址:https://www.cnblogs.com/feiyun8616/p/14577647.html
Copyright © 2011-2022 走看看