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: [Q] does outer join cause full table scan?

Re: [Q] does outer join cause full table scan?

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Tue, 30 Mar 2004 20:42:20 +0200
Message-ID: <4069BF8C.C7F27B6E@oriole.com>


dba1 mcc wrote:
>
> We have sql statement outer join two tables. The join
> columns have index on it. I use "tkprof" to check it
> and it show full table scan.
>
> Does outer join cause 'full table scan"?
>
> Thanks.
>

Nothing causes something 'per se' with the CBO. What may matter is whether the column you are outjoining on (ugly expression) is nullable or not.

-- 
Regards,

Stephane Faroult
Oriole Software
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Mar 30 2004 - 12:41:20 CST

Original text of this message

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