问题背景:
客户反馈数据宕机,协助查看原因

1、查看alert日志

 1 opiodr aborting process unknown ospid (32412) as a result of ORA-6092 Mon Dec 30 08:53:48 20193 WARNING: Heavy swapping observed on system in last 5 mins.4 pct of memory swapped in [3.27%] pct of memory swapped out [8.91%].5 Please make sure there is no memory pressure and the SGA and PGA 6 are configured correctly. Look at DBRM trace file for more details.7 Errors in file /u01/app/oracle/diag/rdbms/ecology/ecology/trace/ecology_dbrm_25203.trc (incident=300076):8 ORA-00700: soft internal error, arguments: [kskvmstatact: excessive swapping observed], [], [], [], [], [], [], [], [], [], [], []9 Incident details in: /u01/app/oracle/diag/rdbms/ecology/ecology/incident/incdir_300076/ecology_dbrm_25203_i300076.trc
10 Mon Dec 30 08:54:04 2019
11 Dumping diagnostic data in directory=[cdmp_20191230085404], requested by (instance=1, osid=25203 (DBRM)), summary=[incident=300076].
12 Mon Dec 30 08:54:42 2019

关于WARNING: Heavy swapping observed on system in last 5 mins.

Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.3 to 11.2.0.3 [Release 11.2]
Information in this document applies to any platform.
Goal
The document explains why you may see the following WARNING in the alert log after upgrading to 11.2.0.3.

Wed Apr 25 10:10:50 2012
WARNING: Heavy swapping observed on system in last 5 mins.
pct of memory swapped in [7.16%] pct of memory swapped out [0.56%].
Please make sure there is no memory pressure and the SGA and PGA
are configured correctly. Look at DBRM trace file for more details.
Fix
The reason you may now see these informational messages in the alert is due to the fact that in 11.2.0.3 an enhancement fix was included for unpublished
Bug 10220118 - Print warning to alert log when system is swapping (Doc ID 10220118.8)

Please refer to
Note 10220118.8 - Bug 10220118 - Print warning to alert log when system is swapping

Description

This fix is really an enhancement.
  With this fix a warning is printed to the alert log (and DBRM trace)
  if excessive swapping is observed on the system.
  The warning will not be printed more than once per hour.

The same issues could have been happening on 11.2.0.2 but they simply would not have been reported.
There is no cause for concern and we suggest that the databases are just monitored as usual.

If you look in the alert log, you will see that the message does not happen every hour. 
If SWAP was causing any serious issue we could also see ORA-4031/ORA-4030 and would then be able to use the DBRM trace in conjunction with obtaining further diagnostics.

- If your Platform. is IBM-AIX then This is not the only reason for this alert log file. There is a known port-specific bug for IBM AIX on POWER Systems (64-bit):

Bug 14731911 : FALSE SWAP WARNING MESSAGES PRINTED TO ALERT.LOG ON AIX
Base Bug 11801934 : WRONG PAGE-IN AND PAGE-OUT OS VM STATS IN AIX.

Solution for AIX
Apply patch 11801934 if available for your platform. or request a patch to Oracle Support in a new Service Request.

关于ORA-00700
According to the MOS note ID 737878.1, ORA-700 errors are referred to as soft asserts in 11g. Basically these are internal errors that do not cause anything fatal to occur in the process, and so the process can continue. Soft asserts are triggered when the caller wants to make a note of the fact that something unexpected has happened, but would like to continue on because the failure is not fatal to the process or the instance. In such cases, the process just records the error, takes the corresponding dumps and moves on as though nothing happened.

WARNING: Heavy swapping observed on system in last 5 mins.相关推荐

  1. oracle heavy swapping,WARNING: Heavy swapping observed on system in last 5 mins

    客户的环境是Oracle Database 11.2.0.3 for IBM AIX,在告警日志中查看到如下信息: Fri May 03 23:22:47 2013 WARNING: Heavy sw ...

  2. (转)11gR2新特性:Heavy swapping observed on system in last 5 mins

    http://www.oracledatabase12g.com/archives/11gr2-dbrm-collect-swap-info.html 在11gR2中DBRM(database res ...

  3. oracle heavy swapping,11gR2新特性:Heavy swapping observed on system in last 5 mins.

    在11gR2中DBRM(database resource manager,11gR2中新的后台进程,见<Learning 11g New Background Processes>)会在 ...

  4. 大数据流的在线Heavy Hitters算法(上篇):基于计数器的方法

    Question! 有海量(e.g. 日均千亿级别)的访问日志流,如何在不要求结果100%精确的前提下,尽量快速地统计出被访问次数最多的一些域名,以及它们的访问频率? Heavy Hitters(频繁 ...

  5. 个人笔记:ORACLE大页内存hugepage和SGA、PGA的经验,SGA并不是越大越好

    背景:ORACLE 11.2,SGA 64G,PGA 8G,压测出现操作系统内存耗尽 WARNING: Heavy swapping observed on system in last 5 mins ...

  6. 一次RAC主机资源使用异常导致的节点重启

    故障发生时间线: 某次同事发来让协助分析的一个客户RAC重启的分析回复,供参考. 数据库实例及GRID集群重启的时间线: 1.实例2 ALERT日志:在16:39:11出现SWAP换页,核心进程LMS ...

  7. 小麦苗blog文章索引

    自从2014年7月1号开始写blog到2015年5月5日,历时10个月的时间,大概写了90篇文章,个人觉得blog不在多,在于精,正如我所倡导的注重技术的应用,如果某个技术网上一搜一大堆,那我们还写什 ...

  8. MySQL的my-innodb-heavy-4G.ini配置文件的翻译

    我根据MySQL配置文件的英文文档说明,在根据自己所学的知识,使用有道词典对不懂的单词进行了查询,一个一个翻译出来的.有的专业术语翻译的不好,我使用了英文进行标注,例如主机(master)和副机(sl ...

  9. Unity手机震动,Unity -> ios 震动

    说明 Unity 有自己的 接口 Handheld.Vibrate() 来实现手机的震动,这里来介绍下Unity调用ios原生震动. 下面有两种方法震动的实现,用来自己测试.建议使用方法一. 方法一 ...

最新文章

  1. 父窗口jquery触发iframe按钮事件(转载)
  2. stm32显示flash下载失败_STM32大神笔记,超详细单片机学习汇总资料(干货分享4)...
  3. C语言语句知识结构大学霸IT达人
  4. 如果没有StyleGAN2,真以为初代就是巅峰了:英伟达人脸生成器高能进化,弥补重大缺陷...
  5. select、poll、epoll之间的区别总结[整理]
  6. java实现儿时的超级玛丽游戏
  7. hive 将null值替换为0_【Hive】数据倾斜
  8. Makefile 入门教程
  9. [转载]ASP.NET-----Repeater数据控件的用法总结
  10. 学习Java必看的Java书籍(本本经典实用)
  11. 如何解决设备管理中的难点?
  12. 常用坐标系介绍及转换方式
  13. 什么样的公司程序员待遇好
  14. 新手建站详细步骤(图文教程)
  15. android在线签名sdk,Android 微信 SDK 签名问题
  16. DCS是分布式控制系统的英文缩写(Distributed Control System)
  17. 计算机协会见面会游戏,计算机协会新会员见面大会会长演讲稿
  18. day13-web前端之JS与JQuery
  19. Arduino嵌入式开发-如何点亮一盏LED灯
  20. bfv同态加密_同态加密简明教程

热门文章

  1. N4BiasFieldCorrection
  2. 计算机二级本科免修,计算机二级证书可以免考自考的哪些科目?
  3. OSChina 周四乱弹 ——裤子穿反就被开除了?
  4. Regsvr32和Regasm注册DLL COM组件
  5. 四大网络电话测评对比新鲜出炉
  6. Docker pull 失败,更换国内源daocloud
  7. java监听器是什么_Java监听器
  8. 干货分享:电脑无广告无弹窗的浏览器,这5款亲测干净好用
  9. 通俗理解面向对象和面向过程+编程思想
  10. 毫无表情的扑克脸——德扑10大基本攻守策略