Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Migrating to cost based optimizer

Re: Migrating to cost based optimizer

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Sat, 23 Sep 2006 17:19:19 GMT
Message-ID: <J622sp.66p@igsrsparc2.er.usgs.gov>


hasta_l3_at_hotmail.com wrote:
> Dear group,
>
> Our applications are supporting Oracle 8.1.7 and Oracle 9, for many
> customers with varying level of activity.
> We use the rule based optimizer to ensure the stability of the sql
> statement's execution plans.
>
> We are thinking of moving to the cost based optimizer, at least in
> Oracle 10.
>
> Would you have a strategy to recommand ?

Test, test, and test. Don't just throw CBO into production without testing as thoroughly as possible.

> What is the first Oracle release with a cost based optimizer working
> reasonably well ?

While others mention 8.1.7.4, my inlicination is that I wouldn't use CBO until 9.2.0. The CBO was must more stable in that version and makes better decisions. And it gets better in 10g.

> How do you check the performances of your applications across oracle
> releases and customers with that optimizer ?

How do you check the performances of your applications with any optimizer or any version? The fact that you are using CBO does not change this, neither does the Oracle version. The application has to perform well enough to meet any defined SLA performance metrics and eliminate user pain.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Sat Sep 23 2006 - 12:19:19 CDT

Original text of this message

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