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: Another question about Stored outlines not being used

RE: Another question about Stored outlines not being used

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Wed, 11 Apr 2007 09:18:28 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45071FDA23@NT15.oneneck.corp>


Maybe the index isn't valid so Oracle is ignoring the hint, e.g. it's columns aren't specified in the WHERE clause of the query? Are you sure you flushed the old plan out of the shared pool? You should get "no rows selected" when you "select count(*) from v$sql_plan where hash_value = <outline_query_hash_value>;" There are a couple notes on Metalink about "why my hint is being ignored" and "why isn't my index being used" - don't recall the numbers off the top of my head, but you might want to look them up.  

Regards,
Brandon


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Binh Pham

My previous questions about stored outlines getting few answers from people on this list. However, I'm trying again.

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Apr 11 2007 - 11:18:28 CDT

Original text of this message

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