Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to avoid an index that is part of a view
You can always use the standard:
and column + 0 = number_value
Or
and column || '' = 'string value'
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Hameed, Amir
Sent: Friday, August 18, 2006 2:22 PM
To: oracle-l; Wolfgang Breitling
Subject: How to avoid an index that is part of a view
I have a query that is referencing a column in its where clause which is part of a view. The column in the view has an index which is not very selective. This index's table is a standard Oracle Apps table and therefore we can not tinker with its indices. I would like to avoid the optimizer from using the index which part of the view. How do I do it:
Thanks
^Amir
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Aug 18 2006 - 13:25:28 CDT
![]() |
![]() |