Hi,
We have a scheduled job (version 11.2.0.3) and noticed it hadn't ran.
Checked all_scheduler_jobs and discovered end_date was 28th may 2018
Tried below to adjust end date and thought this would cause next_run_date to adjust so would then run again daily as normal but next_run_date still remains 28th may 2018 thought would adjust to
dbms_scheduler.set_attribute (name => 'MIS_ALIST_JOB',attribute => 'end_date',value =>to_date('31/12/4000','DD/MM/YYYY'));
Also had tried y set end_date as null.
Could just drop and recreate but wondered why next_run_date would not just adjust with above.
Thoughts?
Thanks