Hi
Seeing that you gathered the stats in oracle directly, use a query to see when last it was analyzed
select OWNER,TABLE_NAME,LAST_ANALYZED from ALL_TAB_STATISTICS order by last_analyzed
Best Regards
Marius
Hi
Seeing that you gathered the stats in oracle directly, use a query to see when last it was analyzed
select OWNER,TABLE_NAME,LAST_ANALYZED from ALL_TAB_STATISTICS order by last_analyzed
Best Regards
Marius