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: Wrong results using decode when db upgraded to 9205

Re: Wrong results using decode when db upgraded to 9205

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Wed, 5 May 2004 13:45:32 -0400
Message-ID: <20040505174532.GC3154@mladen.wangtrading.com>

On 05/05/2004 01:05:02 PM, Daniel Fink wrote:
> Contrary to rumor, the RBO is alive and well in 10g (though
> supposed to be on it's last legs).

Well, it is alive, but not well. If you don't change defaults, 10g does dynamic sampling all by itself and you will always get some statistics. which means that you will always get CBO, unless you reset dynamic sampling and disable statistics collection with dbms_scheduler.disable('GATHER_STATS_JOB') DBMS_SCHEDULER is DBMS_JOB on steroids. Also, you cannot set optimizer_mode to rule in init.ora (OK, OK, it's spfile.ora), there is no /*+ RULE */ hint and oracle did everything to make the use of RBO as inconvenient as possible. Also, there is no documentation, so I don't know whether RBO will prune partitions, do hash joins or perform an index skip-search (OK, I know that RBO will not do thiat, but not from 10g documentation). Fortunately, the event 10053 still works as it is supposed to, so we can take a peek under the hood.

-- 
Mladen Gogala
Oracle DBA



Note:
This message is for the named person's use only.  It may contain confidential, proprietary or legally privileged information.  No confidentiality or privilege is waived or lost by any mistransmission.  If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender.  You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed May 05 2004 - 12:43:16 CDT

Original text of this message

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