Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Full table scan
List,
I have the following scnario:
I'm doing a select from 2 tables joining them using a primary key- ref key on the tables and the explain plan is showing 2 full table scans... Even after analyzing the tables and the Optimizer mode is set to CHOOSE.
SELECT a.col1, b.col2
FROM table1 a, table2 b
WHERE a.col1 = b.col1
Any comments...
Thanks in advance,
Venu
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Venu Gopal Andem INET: venu.andem_at_wipro.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Feb 04 2003 - 22:08:40 CST
- text/plain attachment: InterScan_Disclaimer.txt
![]() |
![]() |