Oracle Integration | FBDI to upload AP into ERP
Oracle offers an FBDI tool to Import bulk data from External Source to the Oracle ERP Cloud. To upload bulk data using FBDI, a CSV file with data is to be uploaded into […]
Oracle offers an FBDI tool to Import bulk data from External Source to the Oracle ERP Cloud. To upload bulk data using FBDI, a CSV file with data is to be uploaded into […]
Oracle Integration has many built-in dashboards that provide real-time insights into your runtime integration and help understand exactly how many messages were received/succeeded/errored, etc. Oracle Integration-3 monitoring has been improved […]
Sometimes, you need to download files from Oracle Universal Content Management (UCM) from Oracle Integration for Oracle ERP Cloud use cases. Use-case to download files from Oracle UCM You have […]
As we know Oracle Integration has service limits in terms of the size of data you can fetch from the Oracle database. Is this mean you can not pull millions […]
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 […]
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’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 […]
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 […]
I had a hard time fixing the error The “MOVE[NOOP][IO_ONLY]” IO operation for “/test/archive/Emp_1.csv failed” which occurred while performing the move operation of File adapter in Oracle Integration. The complete […]
In most cases, you authenticate your custom Oracle Integrations using Basic Authentication and for this, you create a username/password in the Oracle IDCS and grant a certain role(ServiceUser, ServiceInvoker, etc.) […]
While mapping the streamReference to opaque element in Oracle Integration you might get the “BASE64Decoder: Error in encoded stream: needed at least 2 valid base64 characters, but only got 0 […]