Hi All,
Oracle 11g
I want to see the results of auto stats collection that which tables have been calculated etc. Is there a way to see the history? DBA_AUTOTASK_CLIENT_HISTORY table only shows the duration.
I also use DBMS_STATS, so which one do you recommend? Do I need to use auto stats collection if I use DBMS_STATS GATHER_SCHEMA_STATS?
>>SELECT status FROM dba_autotask_client where client_name = 'auto optimizer stats collection';
>>ENABLED
Thanks in advance