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!

dbms_stats.gather_table_stats --- percentage of work done/progress?

Gowin_dbaFeb 12 2011 — edited Feb 24 2011
HI,

Im using below query to gather stats for the partition table size about 41GB. Its running for past 4 hrs.
Is there any way to find when it will be end or how many percentage of work done/progress.

EXEC dbms_stats.gather_table_stats(ownname=>'DIM',tabname=>'FACT',partname=>NULL,estimate_percent=>30,granularity=>'GLOBAL AND PARTITION',METHOD_OPT=>'FOR ALL COLUMNS SIZE AUTO',cascade=>TRUE,DEGREE=>DBMS_STATS.DEFAULT_DEGREE);

Version : 10.2.0.5.0
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2011
Added on Feb 12 2011
4 comments
4,984 views