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 -> 10g stats

10g stats

From: chris b <chris.brown_at_providenthims.co.uk>
Date: Mon, 12 Nov 2007 09:08:51 -0800
Message-ID: <1194887331.711843.312500@q5g2000prf.googlegroups.com>


We are currently migrating to 10.2.0.3 enterprise ( from 8i ) by 1) datpumping schema
2) Running histogram scripts
eg DBMS_STATS.GATHER_TABLE_STATS ('LIVCACHE','MI_BATCH',METHOD_OPT=>' FOR COLUMNS BATCH_NO SIZE 75'); 3) Gathering stats on all by using method_opt FOR ALL COLUMNS SIZE REPEAT When I check for histograms afterwards I find that step 3 has created new histograms ...whereas I thought this option would only build a histogram if one already existed / Can anyone advise if my expectation of the result is flawed and if so why? Received on Mon Nov 12 2007 - 11:08:51 CST

Original text of this message

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