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 schedule a job to run only in a time window

680108Oct 7 2010 — edited Oct 14 2010
Hi,

I need to schedule a job to run every day but sundays from 7am to 6pm. I managed to get it to start at seven like this

FREQ=WEEKLY;BYDAY=TUE,WED,THU,FRI,SAT;BYHOUR=7;BYMINUTE=0;BYSECOND=0

how can I set the job to stop at 6pm?

thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2010
Added on Oct 7 2010
6 comments
499 views