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

Home -> Community -> Mailing Lists -> Oracle-L -> expensive SQL

expensive SQL

From: BN <bnsarma_at_gmail.com>
Date: Thu, 9 Mar 2006 18:49:38 -0500
Message-ID: <61292a9d0603091549o7c91f11fn9c470114d96cd240@mail.gmail.com>


Greetings

I see the following SQL from the Developer,

select * from max_update where rowid in
(select max(rowid) from vrcdba.max_update group by request_id ) and request_id not in (select request_id from max_update where server ='cas1');

Takes for ever

What is he tryig to to do

Appreciate your help

Regards & thanks

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 09 2006 - 17:49:38 CST

Original text of this message

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