Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle using indexes
> You didn't include the results of your explain plan but I would guess
> that the join is accomplished by using a Nested Loop join. If that is
> the case, then the second table in your FROM clause is the driving table
> and the driving table needs to have a full table scan performed on it.
> If TBL1 is smaller than TBL2, then reverse the order in the FROM clause.
I'm printing a minor retraction here. I should have said that the driving table OFTEN has a full table scan performed on it. This isn't always the case.
HTH,
Brian
Received on Tue Feb 08 2000 - 13:20:47 CST
![]() |
![]() |