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: how does CBO handle old statistics

Re: how does CBO handle old statistics

From: Joel Garry <joel-garry_at_home.com>
Date: 10 Mar 2006 16:59:50 -0800
Message-ID: <1142038790.040885.192720@j33g2000cwa.googlegroups.com>


You need to follow a good tuning methodology to figure out what is going on. I'd recommend Cary Milsap's book. In the meantime, if you can get ahold of OEM, you can drill down from the Top SQL's to the explain plan, to figure out what indexes you are missing or what-all. Of course, if you know which queries are a problem, explain or trace those first. If rule-based is faster, you are (well, the code is) probably doing something wrong. Perhaps the optimizer_index_caching and optimizer_index_cost_adj init.ora parameters are off.

Definitely check out the concepts and performance tuning guides at tahiti.oracle.com.

You also might consider patching, depending on your platform.

jg

--
@home.com is bogus.
"Most commedians are not very funny people." - heard on radio.
Received on Fri Mar 10 2006 - 18:59:50 CST

Original text of this message

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