今天遇到一个问题,就是Oracle 11.2.0.4 EMON进程持续消耗CPU。问题现象如图所示:
查询oracle mos发现是Oracle未发布的BUG9735536(Doc ID 1603844.1)
APPLIES TO:
Oracle Database - Enterprise Edition - Version 11.2.0.1 to 12.1.0.2 [Release 11.2 to 12.1] Oracle Database Cloud Schema Service - Version N/A and later Oracle Database Exadata Cloud Machine - Version N/A and later Oracle Cloud Infrastructure - Database Service - Version N/A and later Oracle Database Exadata Express Cloud Service - Version N/A and later Information in this document applies to any platform.
SYMPTOMS
Event Monitor (EMON) slave process is consuming CPU.
Multiple stacks from the process obtained via
connect / as sysdba
oradebug setospid 1379
or use the following to find EMON process
In 11g ps -ef | grep EMON
In 12c ps-ef |grep ennn
oradebug SHORT_STACK
have the form
Oracle pid: 43, Unix process pid: 1379, image: oracle@feltux3154 (E000)
which indicates it is stuck in a network write.
CAUSE
The cause of this issue has been identified in unpublished enhancement Bug 973553
SOLUTION
The workaround is to kill the emon slave process via
kill -9 ps_id where ps_id is the process id of the emon slave.
The emon slave will automatically restart when it is next required to do so.
To permanently resolve the issue if the release is 11.2.0.3 or below apply Patch 9735536 (Just apply the fix, no need to set any underscore parameters to activate)
The fix for 9735536 is first included in 11.2.0.4 and higher.
In 11.2.0.4 onwards do the following to enable the fix for unpublished Bug 9735536 :
connect / as sysdbaalter system set "_client_enable_auto_unregister"=true scope=spfileshutdown immediatestartup
REFERENCES
BUG:14796134
- EMON SLAVE PROCESS HANGS IN NETWORK WRITE
NOTE:9735536.8
- Bug 9735536 - Enhancement request which allows ability to selectively remove slow clients from Emon Notification mechanism 如文档,临时解决方法是查杀EMON重启该进程,处理后问题实例的CPU使用率立即下降:

编辑推荐:
- Oracle数据库 11.2.0.4 EMON进程持续消耗CPU03-03
- 手机NFC有6种用法!很多人只会用公交卡,剩下5个功能也很强大03-03
- ORA-00904:"WM_CONCAT":标识符无效03-03
- SaCa Aclome 助力泉州数字云谷实现云管一体化03-03
- [20191122]oracel SQL parsing function qcplgte.txt03-03
- Streams AQ: enqueue blocked on low memory等待事件导致expdp导出缓慢问题03-03
- [20191122]schama建立同义词.txt03-03
- 饿了么交付中心语言栈转型总结03-03
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- Oracle数据库 11.2.0.4 EMON进程持续消耗CPU
Oracle数据库 11.2.0.4 EMON进程持续消耗CPU
26-03-03 - 手机NFC有6种用法!很多人只会用公交卡,剩下5个功能也很强大
手机NFC有6种用法!很多人只会用公交卡,剩下5个功能也很强大
26-03-03 - Streams AQ: enqueue blocked on low memory等待事件导致expdp导出缓慢问题
- 饿了么交付中心语言栈转型总结
饿了么交付中心语言栈转型总结
26-03-03 - [20191122]RMAN-03999.txt
[20191122]RMAN-03999.txt
26-03-03 - Oracle SQL执行计划异常解析的处理方法
Oracle SQL执行计划异常解析的处理方法
26-03-03 - Oracle分布式查询语句的性能优化
Oracle分布式查询语句的性能优化
26-03-03 - 生产库上在线不停机搭建dataguard
生产库上在线不停机搭建dataguard
26-03-03 - ORA-600:[qertbGetPartitionNumber:qesma2],[],[],[]
- 从电商到软件市场,阿里双11战火蔓延
从电商到软件市场,阿里双11战火蔓延
26-03-03
