How to pass data between pages in Oracle Visual Builder
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 […]
- Mallikarjuna Rao
- 0
- 5454
Working with Cursors in Oracle PL/SQL
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 […]
- Pawan Lakhotia
- 5
- 32135
- October 21, 2022
Pagination Control for a table in Oracle Visual Builder
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 […]
- Mallikarjuna Rao
- 0
- 6952
Invoke BIP Report with Parameters in OIC
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 […]
- Pawan Lakhotia
- 4
- 25196
Load data in ATP from SFTP using OIC – Performance Enhancement
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 […]
Load data in ATP from BIP using OIC
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 […]
- Pawan Lakhotia
- 1
- 11022
How to show a table in a select single component in Oracle Visual builder
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 […]
Place file in Object Storage from BIP using OIC
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 […]
- Pawan Lakhotia
- 11
- 5559
Place file in FTP Server from BIP using OIC
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 […]
- Pawan Lakhotia
- 7
- 9981
Oracle PL/SQL Cursor: Implicit and Explicit
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 […]
Creating Procedures, Functions, and Packages in PL/SQL
In this tutorial, you will see a detailed description of how to create and execute the named blocks (procedures and functions and packages). What is a Procedure? A Procedure in PL/SQL is […]
- Pawan Lakhotia
- 1
- 24114
- September 6, 2022
Oracle Integration | format-dateTime() is failing with “The XPath expression failed to execute
While doing the conversion of current date time into another format using the format:dateTime() function into Oracle Integration: you may face the following error: Issue: The issue is the xp20:format-dateTime […]
- techsupper
- 0
- 8125