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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Null Event in v$session_wait

RE: Null Event in v$session_wait

From: Jeremiah Wilton <jwilton_at_speakeasy.net>
Date: Wed, 19 Feb 2003 02:48:40 -0800
Message-ID: <F001.005511A9.20030219024840@fatcity.com>


Null event is the bane of ORACLE 9.X. It pops up uner any circumstance that you really really need to know what a session is waiting on. Also, if you select your own wait event, it is always Null event. Result is about 15 bugs filed with Oracle by us alone. They promise it will get better in 10i, with some backports and patch releases for 9.2.

--
Jeremiah Wilton
http://www.speakeasy.net/~jwilton

On Tue, 18 Feb 2003, Jacques Kilchoer wrote:


> I was looking this up on Metalink just the other day, and here is one of the
> items of interest I found:
> Doc ID: 408286.999
> In my case I was trying to do a online index rebuild in 8.1.7 so I went with
> support's explanation.
>
> <<NULL event shows up in v$session_wait for a session that does a short
> timeout, without waiting for a particular resource. One place in the code
> that this is done is during online index rebuild/creation. The session doing
> the rebuild/create will try to get a DML lock no-wait, and if it fails to
> get the lock, it sleeps on the "NULL event", and tries again. There are
> probably other places where this occurs as well, however, this was one issue
> discovered and documented in bug 1703940 (fixed in 9.2).
> Gina Oracle Support Services>>
>
> -----Original Message-----
>
> I'm researching an performance issue with a Java program that appears to be
> hung in the database. I query v$session wait and it's waiting on a "null
> event". What exactly does this mean ? I've searched several books and
> cannot find anything specifically on a null event wait event.
> Any help would be appreciated.
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jeremiah Wilton INET: jwilton_at_speakeasy.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Wed Feb 19 2003 - 04:48:40 CST

Original text of this message

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