Job not stop when i want
Hi ,
I want to planify a job in Calendar Syntax with the next conditions.
This job has to be executed all days, since tomorrow, every 5 minutes, since 8:03 until 23:03.
I have tried this definition:
STARTDATE=(SYSDATE +1 at 08:03)
FREQ=MINUTELY;INTERVAL=5;
BYHOUR=8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23;
But the job is also executed at 23:08, 23:13, 23:18, ...
Can you please suggest me to stop the job at 23:03 hrs.
Thanks®ards
Prem
I want to planify a job in Calendar Syntax with the next conditions.
This job has to be executed all days, since tomorrow, every 5 minutes, since 8:03 until 23:03.
I have tried this definition:
STARTDATE=(SYSDATE +1 at 08:03)
FREQ=MINUTELY;INTERVAL=5;
BYHOUR=8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23;
But the job is also executed at 23:08, 23:13, 23:18, ...
Can you please suggest me to stop the job at 23:03 hrs.
Thanks®ards
Prem
0