Database Tuning (MOSC)

MOSC Banner

BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END;

edited Jul 30, 2013 3:42AM in Database Tuning (MOSC) 5 commentsAnswered ✓
Dear All,
I am using :Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

 I found that in my database

BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, ); END;

is taking max CPU utilization.

I am using EM.

Please suggest what to do?

SQL> select  ss.username, se.SID, VALUE/100 cpu_usage_seconds
        from v$session ss,  v$sesstat se,  v$statname sn
        where se.STATISTIC# = sn.STATISTIC# and NAME like '%CPU used by this session%'
     and se.SID = ss.SID and  ss.status='ACTIVE' and  ss.username is not null

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center