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

Home -> Community -> Usenet -> c.d.o.misc -> Re: DBA FIGHT

Re: DBA FIGHT

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Tue, 24 Jun 2003 12:28:15 +0000
Message-ID: <bd998d$ev7$1@ctb-nnrp2.saix.net>


denaro wrote:

> These queries are equivalents?

Not always. Where are the explain plans?

> Same results?

TKprof can answer that easily.

> Same performance?

Answer = TKprof.

Both the queries will likely tend towards using nested loops. But the explain plans may even differ a tad when both do use nested loops (like the IN clause causing a SORT).

--
Billy
Received on Tue Jun 24 2003 - 07:28:15 CDT

Original text of this message

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