Hi All,
I have database job and I would need to trigger it on specified days at specified time(s) per day. For example I would like to trigger it each:
Monday 7:00
Tuesday 5:00
Wednesday 6:00, 15:00
Sunday 11:00
Is there a way how to achieve this via DBMS_SCHEDULER.CREATE_SCHEDULE? I am a bit lost in all those options calendaring syntax is providing...
Thanks for all suggestions.
Dan