Orale 12c RAC环境ALERT LOG中出现Resize operation completed for file#

查看数据库版本:

1 BANNER                                                                 CON_ID
2 -------------------------------------------------------------------------------- ----------
3 Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production          0
4 PL/SQL Release 12.2.0.1.0 - Production                                                0
5 CORE    12.2.0.1.0    Production                                              0
6 TNS for Linux: Version 12.2.0.1.0 - Production                                    0
7 NLSRTL Version 12.2.0.1.0 - Production                                          0

AlERT日志提示:

 1 2018-06-24T06:16:00.766417+08:00
 2 Resize operation completed for file# 201, old size 208896K, new size 209920K
 3 Resize operation completed for file# 201, old size 209920K, new size 210944K
 4 Resize operation completed for file# 201, old size 210944K, new size 211968K
 5 Resize operation completed for file# 201, old size 211968K, new size 212992K
 6 Resize operation completed for file# 201, old size 212992K, new size 214016K
 7 Resize operation completed for file# 201, old size 214016K, new size 215040K
 8 Resize operation completed for file# 201, old size 215040K, new size 216064K
 9 Resize operation completed for file# 201, old size 216064K, new size 217088K
10 Resize operation completed for file# 201, old size 217088K, new size 218112K
11 Resize operation completed for file# 201, old size 218112K, new size 219136K
12 Resize operation completed for file# 201, old size 219136K, new size 220160K
13 Resize operation completed for file# 201, old size 220160K, new size 221184K
14 Resize operation completed for file# 201, old size 221184K, new size 222208K
15 Resize operation completed for file# 201, old size 222208K, new size 223232K
16 Resize operation completed for file# 201, old size 223232K, new size 224256K
17 Resize operation completed for file# 201, old size 224256K, new size 225280K
18 Resize operation completed for file# 201, old size 225280K, new size 226304K
19 Resize operation completed for file# 201, old size 226304K, new size 227328K
20 Resize operation completed for file# 201, old size 227328K, new size 228352K
21 Resize operation completed for file# 201, old size 228352K, new size 229376K
22 Resize operation completed for file# 201, old size 229376K, new size 230400K
23 Resize operation completed for file# 201, old size 230400K, new size 231424K
24 Resize operation completed for file# 201, old size 231424K, new size 232448K
25 Resize operation completed for file# 201, old size 232448K, new size 233472K
26 Resize operation completed for file# 201, old size 233472K, new size 234496K
27 Resize operation completed for file# 201, old size 234496K, new size 235520K
28 2018-06-24T06:16:01.769459+08:00
29 Resize operation completed for file# 201, old size 235520K, new size 236544K
30 Resize operation completed for file# 201, old size 236544K, new size 237568K

查询含resize的隐含参数:

1 select a.ksppinm name,b.ksppstvl value,a.ksppdesc description
2   from x$ksppi a,x$ksppcv b
3  where a.inst_id = USERENV ('Instance')
4    and b.inst_id = USERENV ('Instance')
5    and a.indx = b.indx
6    and upper(a.ksppinm) LIKE upper('%&param%')
7 order by NAME;

1 NAME                           VALUE        DESCRIPTION
2 -------------------------------------------------- -------------------- ----------------------------------------------------------------------------------------------------
3 _asm_skip_resize_check                   FALSE        skip the checking of the clients for s/w compatibility for resize
4 _bct_public_dba_buffer_dynresize           2            allow dynamic resizing of public dba buffers, zero to disable
5 _disable_file_resize_logging               FALSE        disable file resize logging to alert log

可以发现_disable_file_resize_logging参数默认值为false,表示显示文件resize的提示,设置为true应该就可以解决该问题.

1 SQL> alter system set "_disable_file_resize_logging"=TRUE scope=spfile sid='*';
2
3 System altered.

重启数据库生效。

转载于:https://www.cnblogs.com/zougang/p/9225363.html

Resize operation completed for file#相关推荐

  1. pyvisa.errors.VisaIOError: VI_ERROR_TMO (-1073807339): Timeout expired before operation completed

    在使用python的pyvisa库函数通过visa指令控制仪器时,出现'pyvisa.errors.VisaIOError: VI_ERROR_TMO (-1073807339): Timeout e ...

  2. Python ValueError: IO operation on closed file

    ValueError IO operation on closed file表示处理了已经被关闭的数据,在python 中 with语句的上下文会帮助处理,也就是说,当python的处理代码不对齐的时 ...

  3. ValueError: I/O operation on closed file 解决办法

    报错:ValueError: I/O operation on closed file ValueError: I/O operation on closed file.是指处理了已经被关闭的数据.一 ...

  4. eclipse中保存Java文件时出现错误:Save could not be completed. Try File Save As... if the problem persists.

    一.问题描述 eclipse中保存文件时出现错误:Save could not be completed. Try File > Save As- if the problem persists ...

  5. I/O operation on closed file.

    with open(r'G:/1h.csv', 'w+', newline='') as c:writer_csv = csv.writer(c,dialect="excel" w ...

  6. A second operation was started on this context before a previous operation completed

    解决异常情况,并发情况会导致异常,每次创建一个新上下文就解决了 InvalidOperationException: A second operation was started on this co ...

  7. win10系统,在安装masm32的时候出现DELETE operation of EXE file has failed 解决方案

    在安装之前,要将所有的像360安全管家.火绒等安全类软件关闭 官网在介绍安装masm32时说到: MASM32 SDK是开发软件,必须安装在属性配置的计算机上,否则由于安全或操作系统设置,可能会阻止安 ...

  8. Java_Save could not be completed. Try File> Save As. if the problem persists.

    所以最好不要用¥开头的符号作为变量名,变量名中含有一些奇怪的字符也会产生编码问题.

  9. Oracle 12.2 新特性: Online PDB relocate (PDB hot move)

    Oracle 12 . 2 新特性 : Online PDB relocate (PDB hot move) Relocating a PDB 是 Oracle 在 12C 中推出的一种新的数据迁移方 ...

  10. pdb 在同版本下 unplug plug 操作

    os: centos 7.4 db: oracle 12.1.0.2 oracle 12c 开始 ,最具优势之一就是 pdb 的 unplug 和 plug . 本文介绍下 同版本的 unplug p ...

最新文章

  1. 干货!各国圣诞放假时刻表!
  2. 2013年最 “酷”科技产品回顾
  3. 孩子有必要学python吗_不学就落后了?孩子都能学得Python编程,究竟是什么?
  4. 图的表达与遍历--邻接矩阵和邻接表
  5. JS动态添加span等标签
  6. OCP-052考试题库汇总(59)-CUUG内部解答版
  7. Sentinel热点Key降级上_分布式系统集群限流_线程数隔离_削峰填谷_流量控制_速率控制_服务熔断_服务降级---微服务升级_SpringCloud Alibaba工作笔记0042
  8. 如何将索引碎片数量降至最低
  9. matlab:绘制box函数和高斯函数曲线并进行傅里叶变换
  10. 电视ping功能测试软件,PingMon(超级Ping监测工具)
  11. 程序员:我终于知道post和get的区别
  12. baidumap 判断是否安装百度地图客户端
  13. ORACLE EBS 启用REST服务-1-环境安装篇
  14. WebRTC之NACK、RTX 在什么时机判断丢包发送NACK请求和RTX丢包重传
  15. Swift游戏实战-跑酷熊猫 03 熊猫跑动动画
  16. 保研面试常考题总结(自用 不断更新)
  17. 在计算机内 信息的表现形式是什么,信息的表现形式_现代信息的形式表现为哪四种形态...
  18. 趣图 | 早起的你 vs 熬夜的你
  19. 星起航跨境—亚马逊发展现状及未来趋势分析
  20. 软考的高级证书难考吗,难度大吗?

热门文章

  1. oracle rat结果分析比较,Oracle RAT介绍及最佳实践
  2. 聊聊龙芯Java开源
  3. 股票实时数据如何分析?
  4. PX4飞控学习与开发(六)-利用 VScode 修改源码
  5. 日本雅虎API电商接口获取方法 批量发布、订单获取、后台操作等
  6. stc和sac_SAC与短期边际成本SMC.PPT
  7. 杀毒软件简介:杀毒软件原理,教你如何选择一个好的杀毒软件
  8. 如何搭建ftp服务器实现文件共享
  9. extjs控件只读、,extjs多行只读文本框
  10. AARRR模型——变现:终极目标(上)