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 […]
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 […]
In the previous article, we have provisioned a Oracle Database (DBaaS) instance. This article will show how to connect DBaaS instance from SQL developer from public network. By default, 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 […]
In most of the cases, we configure back-end services in API CS which are SSL enabled. So while invoking such service via browser or POSTMAN tool, we face a generic […]
High level steps to configure SSL in API CS physical Gateway Create Java KeyStore (JKS) and generate key Generate a Certificate Signing Request (CSR) Send the CSR file to CA […]
In our previous blog, we have showcased how to install API Cloud Service physical gateway. In this blog, we’ll execute some useful commands. For instance, how to start, stop and check […]