Thursday, April 23 2026

Month: March 2019

What is Metalink(My Oracle Support)? Metalink(My oracle support)  is a service provided by Oracle to customers who want any sort of technical assistance. If you don’t have metalink account there is no way to download patch, can log a SR or reach to related technical documents. STEP 1: Click to open My Oracle Support signup home page & the click

Why an Oracle Account? **To access the different services provided by Oracle(ex. Metalink, Oracle Applications), we must have to first create an Oracle Account. STEP 1:  Click to open the Oracle Account Sign Up Home Page. STEP 2:  Enter all the details in the required filed and then click on Create Account.  Job Title* : Enter

In the previous blog we have seen how to develop Integration having SOAP connection. Now in this blog we will see how to test it. (Integration Name: Calculator Integration) Complexity : None Prerequisite : SoapUI Tool Step 1 : Activate the developed integration , then click Activate when prompted Step 2 : Once the Integration get activated, copy the

 Use Case :  In this blog we will develop a Basic Routing Integration which will do summation of two numbers. Suppose we will pass 5 & 6 as Input of Integration, Output we will get is 11. *Note : you can click on any image to zoom out. Complexity: None Prerequisites: Calculator SOAP Connection (please see

In this blog we will know how to configure SOAP connection for calculator integration( blog ). Here we will create two independent connections one Trigger connection and one Invoke connection. Complexity : None Prerequisites :  Calculator service WSDL URL :  http://www.dneonline.com/calculator.asmx?WSDL – Advertisement – Steps for Trigger connection : STEP 1: On the Oracle Integration Cloud Service home page, click the Integrations then

please see the previous blog to see the integration development steps.


How To Activate the Integration :

Step 1: On the Oracle Integration Cloud Service home page, click the Integrations diagram.
The Integrations diagram for creating and activating integrations
Step 2: In the row for the Echo sample, click the Activate icon, then click Activate when prompted






Use Case : 

This sample demonstrates how to use simple logging with a REST Adapter as a trigger in a request-response orchestrated integration. The REST Adapter is triggered when you specify a URL. A browser response is sent to you. A logging message is created and logged to the activity stream for viewing. You also track the integration and monitor message status


Knowledge :  👀 
App Driven Orchestration ? : It enables you to create an integration that uses an event or business object to trigger the integration. In laymen’s terms  – you have to pass some inputs to trigger the app driven orchestration integrations.
Scheduled Orchestration ? : It enables you to create an integartion that uses a schedule to
trigger the integration instead of an adapter. After designing such integration, you can schedule when to run it.

– Advertisement –