重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2129|回复: 0

Resize operation completed for file#

[复制链接]
发表于 2020-5-15 10:36:51 | 显示全部楼层 |阅读模式
问题:
alter日志出现大量的如下信息:
2020-05-15T10:16:28.393812+08:00
Resize operation completed for file# 47, old size 28405760K, new size 28508160K
Resize operation completed for file# 47, old size 28508160K, new size 28610560K
Resize operation completed for file# 47, old size 28610560K, new size 28712960K
Resize operation completed for file# 47, old size 28712960K, new size 28815360K


环境说明:
OS: CentOS Linux release 7.8
DB:Oracle 19.3.0.0.0

问题分析:
数据文件自动扩展,当数据文件不足,自动执行扩展时,告警日志会打印这些信息;



解决方案:
Resize Operation Completed For File# 201; FILE# Does Not Exist ( 文档 ID 2246369.1)
启用 _disable_file_resize_logging ;


查询:
select a.ksppinm name , b.ksppstvl value , a.ksppdesc description
  from x$ksppi a , x$ksppcv b
  where a.inst_id = USERENV ( 'Instance' )
   and b.inst_id = USERENV ( 'Instance' )
   and a.indx = b.indx
   and a.ksppinm = '_disable_file_resize_logging'
  order by 1 ;

QQ图片20200515103131.png

启用:
SQL> alter system set "_disable_file_resize_logging"=TRUE ;




回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-4-19 07:55 , Processed in 0.096935 second(s), 23 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表