Thursday, June 30, 2022

OIC - Schedule an Integrarion daily run Twice at 7:30 AM and 7:30 PM | Oracle Integration Cloud | iCal expression

Requirement: We have to schedule an Integrarion which will run daily twice at 7:30 AM and 7:30 PM. We can achive this following these 2 ways:

Using Simple :

Frequency : Hours and Minutes

Hours: 12 and Minutes: 0

Mention schedule is effective from 7:30 AM or 7:30 PM.



Using iCal:

It's very easy to handle complex scheduling with iCal expression.

We will use below expression to achieve this:

FREQ=DAILY;BYHOUR=7,19;BYMINUTE=30;


No comments:

Post a Comment

Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...