dbms_stats.gather_table_stats --- percentage of work done/progress?
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