Database Administration (MOSC)

MOSC Banner

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.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center