how to exclude stats for one schema alone
Hello,
We want to exclude stats collection for only one schema and how can we do that ?
exec dbms_scheduler.disable('SCHEMA1.GATHER_STATS_JOB'); ---- didn't work...
Below is what we see....
SELECT client_name, status FROM dba_autotask_operation;
auto optimizer stats collection ENABLED
auto space advisor ENABLED
sql tuning advisor ENABLED