Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

scheduling cron jobs

3028785Nov 5 2015 — edited Nov 6 2015

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.



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 4 2015
Added on Nov 5 2015
6 comments
1,448 views