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: new to CBO - statistics / explain plan question

Re: new to CBO - statistics / explain plan question

From: Chintu <agarwalp_at_eeism.com>
Date: 26 Mar 2006 22:08:09 -0800
Message-ID: <1143439689.011177.269470@i39g2000cwa.googlegroups.com>


What statistics do you have ?? If its

  1. from SQL Trace, then TKPROF will tell you about the parsing and exec counts for each SQL. Tune SQL which are parsing a lot.
  2. STATS PACK report: check parse ratio, wait events etc.

Statistics will tell you the problem area.

>>my question is :
>>if my test database contains NO data but only statistics, will the
>>output of "explain plan" be the same as on my customer's server ?

NO, MAY BE , Not SURE only you can tell Received on Mon Mar 27 2006 - 00:08:09 CST

Original text of this message

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