DBMS_SCHEDULER.CREATE_JOB Delayed start time
I've tried manipulating start_date with variations of date math (SYSTIMESTAMP+30/24/60). Unfortunately, as best as I can tell this parameter only deals with the date, not the time.
Any ideas on how to address this issue. Yes, I could go to the OS level and deal with it there, but I'd rather avoid that if possible.
Thanks, Bill