Database Administration (MOSC)

MOSC Banner

SID status INACTIVE but PID consuming 100% cpu..

edited Oct 29, 2012 9:40PM in Database Administration (MOSC) 3 commentsAnswered
Hi Experts,

  I am observing some of the processes consuming 90-100% through Top command. so i checked the particular Sid for the PID by
     

          select sid, b.serial#, osuser, b.username, status, process, paddr, spid,a.program, module from
         v$process a,v$session b where spid = '&spid' and a.addr = b.paddr and b.username != ' ' order by 1

 
But many Sid's which i find for the PID which are consuming more % are in INACTIVE status.

      My question is why the status of them is showing INACTIVE even though PID of that session is showing 90 - 100% cpu usage.

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