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: problems accessing an index when using a variable inlist

Re: problems accessing an index when using a variable inlist

From: <ryan_gaffuri_at_comcast.net>
Date: Thu, 29 Nov 2007 22:38:09 +0000
Message-Id: <112920072238.18026.474F3F510004D2CD0000466A2207021633079D9A00000E09A1020E979D@comcast.net>


I had already tried the cardinality hint, but forgot to mention it.

I actually hinted to use an index and oracle chose a different index (with an index full scan) than it does when i hard code the values.

I got it to work by using the string parse and insert the rows to a GTT, then querying the GTT.

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Nov 29 2007 - 16:38:09 CST

Original text of this message

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