自动统计收集作业在一个维护窗口中多次运行:
col JOB_NAME form a40
col JOB_START_TIME form a35
col WINDOW_START_TIME form a35
select WINDOW_START_TIME,JOB_NAME,JOB_START_TIME
from DBA_AUTOTASK_JOB_HISTORY
where to_char(WINDOW_START_TIME,'yy-mm-dd')='19-01-09'
and JOB_NAME like 'ORA$AT_OS_OPT_SY%';
Bug 26724511 - High Child Cursor Count and Shared Pool Memory Consumption Due to Many Scheduler Autotask Jobs Created for the Same Task and Maintenance Window (Doc ID 26724511.8)