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: Using miss-spelled hint changes explain plan ...

Re: Using miss-spelled hint changes explain plan ...

From: Daniel Fink <Daniel.Fink_at_Sun.COM>
Date: Fri, 21 Nov 2003 09:09:29 -0800
Message-ID: <F001.005D7713.20031121090929@fatcity.com>


This makes sense. Imagine the problems if the CBO scanned for any valid hint in comment code after SELECT. A developer inserts /*+ Removed the following hint due to poor performance FULL(A) */ to indicate that the hint was causing performance problems. Lo and behold, the problems continue.

Daniel

Wolfgang Breitling wrote:

> Maybe not so much an undocumented feature than documentation that is open
> to interpretation. It is documented that the optimizer will ignore
> malformed hints. It is just not made clear that everything after that
> malformed hint up to the end of the comment is ignored as well.
>
> BTW, you mis-spelled "miss-spelled" :-)
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Daniel Fink
  INET: Daniel.Fink_at_Sun.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 Fri Nov 21 2003 - 11:09:29 CST

Original text of this message

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