dbms_stats.gather_database_stats_job_proc ( ) question
Oracle RDS v.21 SE
I can see gather_database_stats_job_proc ( ) executing at certain time of the day. I found an entry in DBA_SCHEDULER_PROGRAMS for program 'GATHER_STATS_PROG' with program_action 'dbms_stats.gather_database_stats_job_proc' so I assume this is what calls dbms_stats.gather_database_stats_job_proc? But I couldn't find corresponding job in DBA_SCHEDULER_JOBS. Where can I find the job that runs gather_database_stats_job_proc() and the job's schedule?
gather_database_stats_job_proc() runs outside of any maintenance windows so it's not that.
I want to change gather_database_stats_job_proc's timing to another time of the day.