' oicbasics
October 18, 2024

Add Scope in Oracle Integration | SCOPE Action | INTEGRATION GENERATION 3

 In this article I have shared the steps to add scope action in Oracle Integration.


Knowledge:  đź‘€ 

SCOPE in Integration:
You can manage a group of Integratron Actions with a Scope action. The concept of scope is essential for designing complex integration flows, managing transactions, and controlling error handling.

  • Error Handling: Each scope can have its own error handlers. If an error occurs within a specific scope, the associated error handler can be used to catch and handle the error.
  • Integration Flow Design : Within an OIC integration, you can organize integration components (such as activities, branches, and error handlers) into different scopes. Each scope represents a distinct section of the integration flow.



Format XML in Notepad++

In this article I have shared the steps to Format XML in Notepad++. By following these steps we can skip the use of any web-based XML Formatter tool which can put the data security on risk.
Now lets see the steps to do it offline using Notepad++ : 


STEP 1: Paste the XML data in Notepad++

Click on Image to ZOOM OUT

May 17, 2024

Build Your Second Integration from Scratch | Create a PROJECT | Create Calculator Application | Oracle Integration Generation 3

 

In this article I have share the steps to develop and test a Calculator Integration from scratch in Oracle Integration Generations 3 Instance | A complete Hands-on Practice.






Use Case - Develop an Integration which will be able to perform basic calculator operations i.e. (i.e. Addition ➕, Subtraction ➖, Multiplication , Division ➗). 

Top