Dear community,
i wonder if I can run a scheduled database task 3 times a day and during the week.
For example:
From mondays to fridays
and every day at 6:00, 12:00 and 5:00 oโclock
Dear community,
i wonder if I can run a scheduled database task 3 times a day and during the week.
For example:
From mondays to fridays
and every day at 6:00, 12:00 and 5:00 oโclock
Best answer by dsj
Hi
we have about 7 companies worldwide and if everybody needs 3 iterations at different times, we will have 21 jobs. ๐
Then I will try to standardise the scheduled times.
Thank you a lot. ๐๐ผ
I think you donโt need to schedule 21 jobs ;)
This formula should work for your need to schedule it on 6:30, 12:00 and 17:15 every weekday
FREQ=DAILY; BYTIME=063000,120000,171500; BYDAY=MON,TUE,WED,THU,FRI
For more info, refer https://docs.oracle.com/en/database/oracle/oracle-database/12.2/arpls/DBMS_SCHEDULER.html#GUID-A24DEB5D-2EAF-4C0B-8715-30DC947B3F87
Hope it helps!
Damith
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.