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: mysterious unnesting

Re: mysterious unnesting

From: jaromir nemec <jaromir_at_db-nemec.com>
Date: Wed, 12 Jan 2005 23:38:10 +0100
Message-ID: <009101c4f8f7$672f9a40$3c02a8c0@JARAWIN>


Hi,

>Step 4 and 5 are hash joined resulting in one data set on which oracle
>does a sort aggregate

. to get the min(rowid)

>What I am not able to understand is the filter in id 1.
. It suppress the rows that doesn't match the filter condition, i.e. ("A".ROWID=MIN("B".ROWID)) See the Stephane's post how to get rid of both join and the filter!

Regards

Jaromir D.B. Nemec

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 12 2005 - 16:38:46 CST

Original text of this message

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