Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to execute scheduler job manually

975148Sep 10 2014 — edited Sep 10 2014

I wanted to know how to execute a scheduler job manually. My requirement is to reschedule some jobs so I want to run them manually so that their execution for the day is complete and I can put the new time. For eg. to reschedule a job, the following command can be used:

DBMS_SCHEDULER.set_attribute (

    name      => 'CLUSTERPLANNINGREPORTS_JOB',

    attribute => 'repeat_interval',

    value     => 'freq=daily; byhour=16; byminute=0; bysecond=0;');

In a similar fashion, I wanted to execute the scheduler job.

I hope my query is clear.

Please revert with the reply to my query.

Regards

This post has been answered by FreddieEssex on Sep 10 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2014
Added on Sep 10 2014
2 comments
25,631 views