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 -> Select will never come back,

Select will never come back,

From: joerg bruewer <jbruewer_at_de.hellmann.net>
Date: 6 Jun 2002 22:31:23 -0700
Message-ID: <d7c67a27.0206062131.25861f0c@posting.google.com>


I run a select-statement like this:

select count(*) from a
where not exists (select 1 from b
where b.qualifier = 'XX'
and a.id = b.id)

in v$session i can see, that the session is 'sleeping'. It takes only a few blocks an no resources.

Oracle 8.1.7.2 on Linus SusE SE7 Received on Fri Jun 07 2002 - 00:31:23 CDT

Original text of this message

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