Oracle FAQ
|
Your Portal to the Oracle Knowledge Grid
|
Home ->
Community ->
Usenet ->
c.d.o.server ->
Re: Oracle session hangs
Re: Oracle session hangs
- Even though you may not have an entry in V$TRANSACTION, you can
look at V$LOCK to see if the session has taken a DML ENQUEUE lock on
the table.
- It also helps in looking at the P1 and P2 values for the DB FILE
SEQUENTIAL READ waits for the hanging session to find out what object
it is trying to access.
regards
Srivenu
Received on Wed Jan 14 2004 - 01:18:26 CST
Original text of this message