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 -> Re: Explain Plan Question

Re: Explain Plan Question

From: Uchakra <uchakra_at_aol.com>
Date: 27 Mar 2001 06:02:16 GMT
Message-ID: <20010327010216.19955.00001070@ng-cd1.aol.com>

Your second assumption is correct.here.

Nested loop is a row operation.

Your first assumption would have been true had the execution path been a merge join which is a set operation which essentially means the results are returned only after the entire set is processed.

Regards
Willy Received on Tue Mar 27 2001 - 00:02:16 CST

Original text of this message

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