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 -> Outer join = full table scan

Outer join = full table scan

From: Allen Hadden <ahadden_at_taratec.com>
Date: 1997/06/04
Message-ID: <33959ACD.6C63@taratec.com>#1/1

I've noticed that using an outer join will cause a full table scan. It doesn't seem to matter that all relevant columns have indexes. Is this an Oracle limitation?

To get around it, I've re-written the query (queries) using a "union". This is obviously a little tedious and not very elegant.

Is there anything else that can be done?

Thanks in advance.

-Allen

-- 
Allen Hadden
Systems Engineer
Taratec Development Corporation
ahadden_at_taratec.com
Received on Wed Jun 04 1997 - 00:00:00 CDT

Original text of this message

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