Hi, We need to use schedule type cron to avoid daylight saving changes but jobs are not able to schedule properly. Our req is to schedule job run at 3 PM everyday. To achieve this, we select recurring interval daily and put 003 in days between runs, however it increment start day to 3 rather than scheduling job at 3.
* is not working in that field as well..
Please suggest syntax to use it..we tried 003*** as well..also tried
0,0,3/9/15/21,*,*,?,? to run job at 3 AM, 9 AM , 3 PM and 9 PM every day of the month throughout the year but didn't work. It make next schedule run at 8th Nov.
We are using OIM 11gR2 PS2.