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
- 11856
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
- 6212
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
- 11102
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
- 26701
- 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
- 9190
Creating Dynamic Graphs in BIP Reports
In this article, I’ll demonstrate the steps involved in creating dynamic graphs in the BIP report output and the steps involved in it. Sometimes end users require to visualize the […]
- techsupper
- 0
- 3516
- September 3, 2022
Error and Exception Handling In Oracle PL/SQL
In this article, I’ll demonstrate how your Oracle PL/SQL programs can use errors and exception handlers in Oracle and how to write exception handlers to handle exceptions. PL/SQL exception and […]
- techsupper
- 0
- 5237
- September 3, 2022
Exploring Oracle Cloud Vision Service
Every industry invests its resources to find ML use cases to ease operations. Oracle Cloud Vision service is one such AI service. Oracle Vision is built for performing visual analysis […]
- techsupper
- 0
- 2823
- August 28, 2022
Different types of Loops in Oracle PL/SQL
In this article, I’ll demonstrate the different types of loops used in Oracle PL/SQL. Loops are used to repeatedly execute code until some condition is met. We will understand by […]