Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Indexes Used per Query
Yes. It can. In fact, AND_EQUAL hint can be specified to use multiple indexes and merge them for single table access path..
From tuning guide:
AND_EQUAL
This hint explicitly chooses an execution plan that uses an access path that merges the scans on several single column indexes.
Thanks
Riyaj "Re-yas" Shamsudeen
Certified Oracle DBA
i2 technologies www.i2.com
Walter K <alden14004_at_yahoo.com>
Sent by: root_at_fatcity.com
08/14/01 09:06 AM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
cc:
Subject: Indexes Used per Query
Will the optimizer (CBO) ever use more than one index in the access path for a table in a query? I have never seen this behavior and have always been curious.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Walter K INET: alden14004_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Aug 14 2001 - 10:12:49 CDT
![]() |
![]() |