Form Over Layout in Excel Plugin in Visual Builder
In the article, I am demonstrating how to implement form-over layout in Oracle Visual builder with Oracle Excel Plugin. The Form-over-Table Layout in an Excel Worksheet is created when a […]
In the article, I am demonstrating how to implement form-over layout in Oracle Visual builder with Oracle Excel Plugin. The Form-over-Table Layout in an Excel Worksheet is created when a […]
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 am demonstrating how to pass data from one page to another in Oracle Visual Builder. Following are the steps to complete this use case: First, create […]
In this article I’ll explain several ways Cursors are used in PL/SQL. For basic details on cursors and its types please refer this blog. There are multiple ways we can […]
In this article, I am demonstrating how to add pagination control for a table in Oracle Visual Builder. A table is one of the useful components in Oracle Visual Builder […]
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 […]
Loading data from a flat file coming from SFTP/BI Publisher or any third party source is a very common requirement for many of the integration. The traditional way for achieving […]
In this article, I’ll develop a scheduled integration that will run a BIP report in fusion and insert the data from the file in the ATP table. This use case […]
In this article, I am going to demonstrate how can we embed a table in a select single component in oracle visual builder. What is the use of showing a […]
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 […]
In this article, I’ll explain how to use Oracle Integration cloud to place file from BI Publisher report to FTP server. I’ll develop a scheduled integration that will run a […]
In this article, I’ll explain cursors and different types of cursors(Implicit and Explicit) with examples. When an SQL statement is processed, Oracle creates a memory area known as the context […]