Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Using miss-spelled hint changes explain plan ...
BINGO !!
Thanks Wolfgang .... if I put the misspelled hint at the end, it is ignored ... all plans look the same then.
Another (probably) undocumented feature.
Raj
-----Original Message-----
Sent: Thursday, November 20, 2003 2:46 PM
To: Multiple recipients of list ORACLE-L
Me wonders if the optimizer ignores all the hints after the first misspelled/malformed one. What happens if you change the order of the hints:
FROM (SELECT /*+ INDEX(C PF_EVENTS_N2) INDEX(G PF_ACCOUNTS_U2) ORDERED driving_site(a) */
and
FROM (SELECT /*+ INDEX(C PF_EVENTS_N2) INDEX(G PF_ACCOUNTS_U2) ORDERED diving_site(a) */
**************************************************************************************5
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 Thu Nov 20 2003 - 14:05:28 CST
![]() |
![]() |