Upload/Download Documents Using Oracle Integration and VBCS
In this article, we will demonstrate how to build functionality that allows users to upload documents to an external database and download them later. This is a common requirement in […]
In this article, we will demonstrate how to build functionality that allows users to upload documents to an external database and download them later. This is a common requirement in […]
In interactive web applications, it’s essential to manage user actions effectively, especially when triggering backend processes or API calls. One common requirement is to temporarily disable a button after it’s […]
In this article, I’ll demonstrate how we can update the OIC integration trigger name once the integration build is completed. Limitations: Once we provide a name to the REST trigger […]
Data pagination specifically refers to the process of dividing large sets of data into manageable chunks, typically to be displayed on separate pages. This technique is crucial for web applications, […]
In this tutorial, we will see a detailed description of how to run an ATP procedure or a child integration in batches by invoking via OIC. Use case: Let’s say […]
In this article, I’ll demonstrate how to call DB procedure asynchronously from OIC and the steps involved in the process. Prerequisites Oracle Integration Cloud Instance ATP DB Call Time limit […]
In this article, I’ll develop an app-driven integration that will run an ESS job which invokes a BIP report and map the response to the REST connection. This use case […]
In this article, I’ll explain how to use Oracle Integration cloud to place file from BI Publisher report to Object Storage. What is Object Storage It is an internet-scale, high-performance […]
Majority of Oracle Integration users are well aware of OIC Agent. In this blog, we will be covering the What, Why/Where & How parts of it to clear confusion around […]
To invoke any Integration created in OIC, we need to pass the credentials i.e., Username/Password. Most of the time these Integrations which we develop are to be triggered by External […]
OCI Vision is a serverless, cloud-native service that provides deep learning-based, prebuilt, and custom computer vision models over REST APIs. OCI Vision helps you to: Identify and locate objects Identify […]
To invoke any Integration created in OIC, we need to pass the credentials i.e., Username/Password. In this article, we’ll discuss and explain how to use OIC API GW & JWT […]