Skip to Main Content

Oracle Database Discussions

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!

changing a running dbms_scheduled_job

user5716448Apr 15 2021

Hi,

version 11.2.0.3

We have a dbms_scheduled job which runs every 5 mins.

It is taking longer e.g. 6 or 7 mins now such that would like to change frequency of job to 10 minute intervals.

What is best way to do this without impacting existing running job i.e. don't want to stop and cause it to fail?.

Can we disable it gracefully such that lets current run finish believe in past may not allow disable a running job or can we set attribute to adjust interval while existing job running.

Thanks

This post has been answered by Solomon Yakobson on Apr 15 2021
Jump to Answer
Comments
Post Details
Added on Apr 15 2021
4 comments
238 views