NULL EVENT
600574May 24 2009 — edited May 25 2009Hi,
I am running a query and its taking a long time , when I query for session with following SQL
select sample_time, event, wait_time,BLOCKING_SESSION
from v$active_session_history t
where session_id = 20
and session_serial# = 201;
I could see the first event as "NULL EVENT" , the subsequent rows doesn't show anything in Event column. Seems like my session is hanging, any clues on what might be the problem. I am running oracle 10.2.0.3 on UNIX.