This job is enabled by default
exec dbms_scheduler.enable('GATHER_STATS_JOB')
and disable by exec dbms_scheduler.disable('GATHER_STATS_JOB')
DBA_HIST_WR_CONTROL - To see the snapshot interval and retention period
dba_hist_snapshot -Display a list of snapshots




Reply With Quote