Sunteți pe pagina 1din 1

Event Monitor slave process consuming more cpu usage

in Oracle Enterprise Manager 12c


Reason:
EMON slave process stuck in a network that tried to communicate with the not
responding client.
Step to do:
1. Kill the process id of the emon slave process.
$ kill -9 ps_id
2. Check the _client_enable_auto_unregister value, if the value is FALSE then change
to TRUE.
$ sqlplus / as sysdba
SQL> alter system set _client_enable_auto_unregister=true
scope=both sid=*;
SQL> Exit;
3. Bounce the database.
$ sqlplus / as sysdba
SQL> Shut immediate
SQL> Startup

S-ar putea să vă placă și