Retry In Oracle Integration Cloud

Techtutorsti
2 min readAug 9, 2023

--

In Oracle Integration Cloud (OIC), you can implement retry logic for handling integration errors and failures. The retry mechanism in OIC allows you to configure how many times an integration should be retried and the delay between retry attempts. Here’s how you can set up retry logic in Oracle Integration Cloud:

  1. Edit Integration Flow: Open the integration flow you want to add retry logic to in Oracle Integration Cloud.
  2. Configure Error Handling: In the integration flow designer, locate the relevant integration action or connection where you want to implement retry logic. Click on the link to select it.
  3. Error Handling Tab: In the properties panel on the right, navigate to the “Error Handling” tab.
  4. Enable Retry: Enable the retry option. This will allow you to define the retry settings.
  5. Retry Settings: Configure the retry settings, which typically include the following:
  • Retry Count: Specify the number of times you want the integration to be retried.
  • Retry Delay: Set the delay between retry attempts. You can specify a fixed value or use an expression.
  1. Save and Activate: After configuring the retry settings, save your changes and activate the integration flow.
  2. Test Retry Logic: You can now test the retry logic by intentionally causing an error in your integration flow. Monitor the behavior to ensure the integration is retried according to your configured settings.

It’s important to note that the retry logic applies to integration actions or connections where it is configured. If you have multiple integration actions within an integration flow, you must configure the retry logic for each action where you want it to apply.

Remember that retrying an integration multiple times might only sometimes be suitable for some scenarios. Before configuring retry logic, you should carefully consider the nature of the integration, the potential impact of retries on the underlying systems, and the types of errors you’re expecting.

Our Retry In Oracle Integration Cloud Demo Session:

You can find more information about Oracle Integration Cloud Service in this Oracle Docs Link

UnoGeeks is the №1 Training Institute for OIC. Anyone Disagree? Please drop in a comment

You can check out our Oracle Integration Cloud class details here https://unogeeks.com/oracle-integration-cloud-training/

Follow & Connect with us:

— — — — — — — — — — — -

For Training inquiries:

Call/Whatsapp: +91 73960 33555

Mail us at: info@unogeeks.com

Our Website ➜ https://unogeeks.com

Follow us:

Instagram: https://www.instagram.com/unogeeks

Facebook: https://www.facebook.com/UnogeeksSoftwareTrainingInstitute

Twitter: https://twitter.com/unogeeks

--

--