Microsoft Contact Adapter in Oracle Integration Cloud Service (ICS)
Oracle ICS provided Microsoft Contact adapter that allows us to create an integration with a Microsoft Contact application. Microsoft Contact Adapter in an Oracle Integration Cloud Service enables us to transfer […]
Microsoft Calendar Adapter in Oracle Integration Cloud Service (ICS)
Oracle ICS provided Microsoft Calendar adapter that allows us to create an integration with a Microsoft Calendar application.Microsoft Calendar Adapter in an Oracle Integration Cloud Service enables us to organize events […]
Microsoft Email Adapter in Oracle Integration Cloud Service (ICS)
Oracle ICS provided Microsoft Email adapter that allows us to create an integration with a Microsoft Email application. Microsoft Email Adapter in an Oracle Integration Cloud Service enables us to […]
- Ankur Jain
- 18
- 2462
- October 29, 2017
Convert Excel Exponential number in java
When we write the number in excel, it automatically converts in the exponential format and then try to get the values in Java using Apache POI API, it comes in […]
- Ankur Jain
- 2
- 3658
- October 24, 2017
How to Read Excel Files in Java using Apache POI
In this blog, we will show you how to read excel file using Apache POI (Poor Obfuscation Implementation) library which is very popular amongst the available library. Apache POI library Apache […]
- Ankur Jain
- 2
- 1705
- October 24, 2017
Move Oracle ICS integration from one instance to another
This is very important and useful blog for those who wants to move integration from one ICS instance to another ICS instance. Following are the typical use cases when it […]
- Ankur Jain
- 3
- 1651
- October 23, 2017
Uploading SSL certificate in Oracle Integration Cloud Serive
Certificates are used to validate outbound SSL connections. If we make an SSL connection in which the root certificate does not exist in Oracle Integration Cloud Service, an exception is […]
- Ankur Jain
- 8
- 3705
- October 23, 2017
Last Run Date and Time in Oracle ICS (Integration Cloud Service)
Sometimes it is required to get last run date and time of the scheduled integration to avoid the duplicate processing of data. This is possible in the Scheduled Integration type. […]
- Ankur Jain
- 4
- 2423
- October 20, 2017
Exception handling(Global Fault Handler) in Oracle ICS
Oracle Integration Cloud Service provides “Global Fault Handler” to catch faults in orchestrated integration and perform actions.We can add global fault handling to orchestrated integrations. This functionality enables us to […]
- Ankur Jain
- 12
- 2384
- October 9, 2017
Java Regular Expression
Some useful java function that may help me in the java project Convert List of integer into any literal separated string public static String joinList(List<Integer> list, String literal) { return […]
Read large CSV file in Integration Cloud Service
I was trying to achieve one use case in which we are required to read large CSV file from FTP which is more than 1 MB. We was using FTP […]
- Ankur Jain
- 10
- 2228
- October 3, 2017
Export and Import Oracle Integration Cloud Service Components
How to move Integration from one ICS instance to another ? This is general question and can come in mind of every single person who is working with Oracle ICS. […]