Encrypt/Decrypt data using OCI Vault in Oracle Integration
In this article, we will explain and demonstrate how to encrypt/decrypt the data using OCI Vault in Oracle Integration. The most common requirement of any application is security especially when […]
- Ankur Jain
- 0
- 6608
Adding List of Values to Oracle BIP Report
In this article, I’ll demonstrate adding a List of Values (LOV) to the BIP report and the steps involved in it. Many times end users request to add a List […]
- Ayyappa Maturi
- 0
- 4647
- May 29, 2022
Read CSV/Excel and insert data to business objects in Oracle Visual Builder
This article demonstrates how to read CSV/Excel file data and push it into Oracle Visual Builder Business Objects. Following are the steps involved in the complete use case: Creation of […]
- Mallikarjuna Rao
- 0
- 7758
Suppliers to Oracle VB synch using Oracle Integration
While creating an Oracle Application SaaS extension in Oracle Visual Builder, you may need to synchronize the master data from Oracle Application to Visual Builder Business Objects. The benefit of […]
- Ankur Jain
- 0
- 3228
- May 18, 2022
How to add parameters in BIP report in Oracle SaaS
In this article, I’ll demonstrate how to add parameters to the BIP report and the steps involved in it. Many times end users request to add parameters to the report […]
- Ayyappa Maturi
- 0
- 9684
- May 14, 2022
Service Connection in Oracle Visual Builder
In this article, we are going to discuss what is Service Connection in Oracle Visual builder (VB), and the steps to create Service Connection. What is service Connection? To access […]
- techsupper
- 0
- 6994
- May 10, 2022
Convert string date from one format to another in Oracle Integration
A frequent requirement of Oracle Integration is to convert the string date from one format to another and folks are really struggling to get this done in Oracle Integration so […]
- Ankur Jain
- 0
- 6021
- May 9, 2022
Read files from Object Storage in Oracle Integration
In this article, we are going to demonstrate how to read the files from the OCI Object Storage in Oracle Integration and push the data into the Oracle ATP database. […]
- Ankur Jain
- 0
- 9910
- May 6, 2022
Push records in batches to target service in Oracle Integration
There are various situations where you need to push records in batches to the target service due to the target service limitation. Considering we need to develop the integration in […]
- Ankur Jain
- 0
- 3679
- May 3, 2022
Migrate Oracle Integrations with Security artifacts
Till now, In our blogs, we have covered how to migrate integrations using .iar files and packages, But in these two methods, the security artifacts will not be migrated. If […]
How to extract data from Oracle Fusion using REST APIs in OIC
Extracting data from Oracle Fusion is one of the common asks in the Integration world and people are confused about how to extract the data and send it to other […]
- Ayyappa Maturi
- 0
- 39533
- May 3, 2022
Split a CSV file into multiple based on a column in OIC
When I was implementing AP Invoices FBDI Integration for one of my clients, I noticed that they were providing Invoices of all Bussiness Units in a single file, But during […]