Salesforce integration in Oracle Integration Cloud
In this article, we are going to demonstrate how to subscribe to Salesforce events in Oracle Autonomous Integration Cloud (AIC). Once the events are received in AIC the data can be […]
In this article, we are going to demonstrate how to subscribe to Salesforce events in Oracle Autonomous Integration Cloud (AIC). Once the events are received in AIC the data can be […]
Oracle ICS provides an agent framework that enables you to create integrations and exchange messages between on-premises applications and Oracle Integration Cloud Service. Message payloads of up to 5 MB […]
In the five series of blog, we are gonna to show the CRUD Operation in Oracle Integration Cloud Service. CRUD stands for Create, Read, Update and Delete. We are going to create REST services with the following HTTP method: […]
This is the fifth part of DB CRUD operation in Oracle Integration Cloud(OIC). Use Case: Create a REST service which will delete a user record based on Id Follow the article for the pre-requisite. Let’s […]
This is the fourth part of DB CRUD operation in Oracle Integration Cloud(OIC). Use Case: Create a REST service which will update a user record based on Id Follow the article for the pre-requisite. Let’s […]
This is the third part of DB CRUD operation in Oracle Integration Cloud(OIC). Use Case: Create a REST service which will select a user record based on User id Follow the article for the […]
This is the second part of DB CRUD operation in Oracle Integration Cloud (OIC). Use Case: Create a REST service which will select all the record from a table Follow the article for […]
This is the first part of DB CRUD operation in Oracle Integration Cloud(OIC). Use Case: Create a REST service which will insert the users in the Oracle database table Follow the article for the […]
This article is written to show how to migrate ICS artifacts including Integrations, Connections, Lookups, packages, libraries etc. to OIC. Since, ICS /OIC provides the export and import feature but […]
This article will explain how to create the Oracle Integration Cloud instance and access it. Pre-requisite to Create an OIC instance The pre-requisite to create an OIC instance is just […]
Though Oracle Integration Cloud provides Notification Activity which is used to send an Email notification to any number of recipients at a time. However, there is such a situation where […]
In the previous blog, we have showcased how to send email notification leveraging MS Email adapter. In this article, we’ll see how to send email notification along with attachments. Use […]