Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Event Monitor (EMON) slave process is consuming CPU

$
0
0
Cause:

Event Monitor (EMON) slave process is consuming CPU.The emon process is stuck in a network write probably trying to communicate with a client that is not responding and this fix detects this and removes the unreachable client.
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

Solution:

The workaround is to kill the emon slave process via
kill -9 pid
The emon slave will automatically restart when it is next required to do so.

To resolve,

connect / as sysdba
alter system set "_client_enable_auto_unregister"=true scope=spfile
shutdown immediate
startup

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>