RE: DBMS_STATS [resend chomped version]
- From: John Kanagaraj <john.kanagaraj@xxxxxxx>
- To: "'oracle-l@xxxxxxxxxxxxx'" <oracle-l@xxxxxxxxxxxxx>
- Date: Fri, 18 Jun 2004 15:12:54 -0700
All,
> A few columns need histograms - designed to highlight the skewed
> data pattern.
Seems to be the day I use Oracle Apps 11i as a whipping boy! (positive in
the case below):
Apps 11i maintains a separate table named FND_HISTOGRAM_COLS which stores
column names that are good candidates for Histogram collection. Stats is
then collected via an Apps specific FND_STATS package that wraps around
DBMS_STATS. The data in FND_HISTOGRAM_COLS is seeded, but there should be no
reason you cannot add to this if required. The point is that one could
borrow this idea to roll-your-own MY_OWN_GEN_STATS package...
John Kanagaraj <><
DB Soft Inc
Phone: 408-970-7002 (W)
Listen to great, commercial-free christian music 24x7x365 at
http://www.klove.com
** The opinions and facts contained in this message are entirely mine and do
not reflect those of my employer or customers **
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request@xxxxxxxxxxxxx
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
-----------------------------------------------------------------
- Follow-Ups:
- Re: DBMS_STATS [resend chomped version]
- From: Jonathan Lewis
Other related posts:
- » RE: DBMS_STATS [resend chomped version]
- » RE: DBMS_STATS [resend chomped version]
- » Re: DBMS_STATS [resend chomped version]
- » RE: DBMS_STATS [resend chomped version]
- » Re: DBMS_STATS [resend chomped version]
- » RE: DBMS_STATS [resend chomped version]
- » Re: DBMS_STATS [resend chomped version]
- » Re: DBMS_STATS [resend chomped version]
- » RE: DBMS_STATS [resend chomped version]
- » RE: DBMS_STATS [resend chomped version]
- » Re: DBMS_STATS [resend chomped version]
- » RE: DBMS_STATS [resend chomped version]
- » Re: DBMS_STATS [resend chomped version]
- » Re: DBMS_STATS [resend chomped version]
- » Re: DBMS_STATS [resend chomped version]
- Re: DBMS_STATS [resend chomped version]
- From: Jonathan Lewis