Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

estimate_percent and degree option in DBMS_STATS.GATHER_SCHEMA_STATS

479297Oct 20 2007 — edited Aug 12 2009
Hi,

in gathering schema statistics.....we have to provide

estimate_percent => 100
degree => dbms_stats.default_degree

here estimate_percent means...while gathering statistics, it will take all records of the table or index...

if we give 20%, oracle will randomly selects the 20% of the data from data block and compute statistics....

is it right.....please correct me if i am wrong....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2009
Added on Oct 20 2007
7 comments
34,574 views