Database Administration (MOSC)

MOSC Banner

Autotasks frequency question

edited Jan 3, 2012 3:01AM in Database Administration (MOSC) 3 commentsAnswered
Hello Everyone,
I have a question please:
 Regarding 11g autotasks, as per the result of the following query, the optimizer stats collection ran once in each weekday window and 5 times in
weekends windows. I know I can control the duration and the time of each window but can I control the frequency of the job (for example make it run only 3 times in weekends) ?

Thanks

SELECT client_name, window_name, jobs_created, jobs_started, jobs_completed
FROM dba_autotask_client_history
WHERE client_name like '%stats%';
 2    3  
CLIENT_NAME                              WINDOW_NAME                                                       JOBS_CREATED JOBS_STARTED JOBS_COMPLETED
---------------------------------------- ----------------------------------------------------------------- ------------ ------------ --------------

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