Categories
- All Categories
- 4 Oracle Analytics Sharing Center
- 10 Oracle Analytics Lounge
- 189 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 65 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Can we trigger oracle Integration based on the BI query output?

we have a requirement of triggering the Oracle integration based on BI report Output instead of scheduling the integration and run the BI report. if the BI report doesn't have any rows then we shouldn't trigger the integration since we don't have anything to process.
is there anyway we can trigger the integration only when we have data in BI report?
Answers
-
Hi,
You can schedule report to deliver report content directly from Oracle Analytics to an email inbox.
Later it is Oracle Integration part -
Poll the inbox periodically for a new email with report, process the report to verify if there are any rows and then trigger the next step in integration.
Hope this one helps.
0 -
Hi Rajesh,
does it works for Oracle Fusion BI Publisher report? we create data model /Report and schedule the report to run the job and check if data is available for the report. if data available then trigger the OIC endpoint if not No.
Thanks,
Sateesh
0 -
Yes it works.
You can burst BIP report to an FTP/SFTP folder . Ref - https://www.youtube.com/watch?v=S1xC9Vziikk
Then using OIC you can poll the FTP/SFTP folder read the contents as first step and then decide to further in the next steps based on the data.
0