Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: v$session_wait message

Re: v$session_wait message

From: Roger Snowden <rsnowdenX_at_Xus.oracle.com>
Date: Wed, 30 Sep 1998 01:44:57 GMT
Message-ID: <36118C76.85530D94@Xus.oracle.com>


You might do a sqlnet trace for the client. See what is moving to the server.

Cheng-Jih Chen wrote:
>
> I'm querying v$session_wait on a particular session and am seeing this:
>
> EVENT STATUS
> --------------------------------- -----------------
> SQL*Net more data from client WAITING
>
> What exactly does this wait event mean? As far as we can tell, the
> program shouldn't be stopped at that point.
>
> Querying v$session and v$sql, we see this:
>
> STATUS FIXED_TABLE_SEQUENCE
> ------------------------ --------------------
> ACTIVE 2129
>
> PREVIOUS_SQL
> ---------------------------------------------
> update cms_queue set proc_status=:b0 where pkg_name=:b1
>
> CURRENT_SQL
> ---------------------------------------------
> update cms_queue set proc_status=:b0 where pkg_name=:b1
>
> There do not appear to be active transactions when looking at
> v$transaction, and the fixed table sequence is not incrementing.
>
> Any idea where to look next? Thanks.
Received on Tue Sep 29 1998 - 20:44:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US