Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> v$session_wait event
Anyone any idea what
I am waiting for here. I know it seems obvious but I don;t know exactly
what it means. Anyone who knows about such things care to enlighten me on where
to dig next. This has been sitting like this for 2 days and I believe it maybe
at the root of the long running SQL problem I have had here. What do I know?
??.
<SPAN
class=265242511-09112001>
1 select event, sql_text, s.sid,
serial#, s.last_call_et, wait_time, seconds_in_wait, state 2
from v$session s,v$session_wait w, v$sqlarea sa 3 where
s.sql_address = sa.address 4 and s.sql_hash_value =
sa.hash_value 5 and w.sid = s.sid 6 and w.event != 'Null event' and 7 w .event != 'rdbms ipc message' and 8 w.event !='pipe get' and 9 w.event != 'virtual circuit status' and 10 w.event not like '%timer%'
size=2>EVENT----------------------------------------------------------------SQL_TEXT----------------------------------------------------------------------------------------------------SID SERIAL# LAST_CALL_ET WAIT_TIME SECONDS_IN_WAITS TATE---------- ---------- ------------ ---------- ---------------
-------------------SQL*Net more data from clientsavepointbegin_row
12 9001 0 0
The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system. Received on Fri Nov 09 2001 - 06:38:32 CST
![]() |
![]() |