Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BIP update database once report published

Summary
BIP update database once report published
Content
Is there anyway to update the oracle database once an event like BIP sends an email for a specific client report occurs, we update dB so if we run the job again this client is not emailed again.
Answers
-
Did you try using Event Triggers ? Check the XDO user guide for more info
0 -
I think the failure jobs are storing in XMLP_SCHED_JOB(status column) , you can create simple query on top this tables to retrieve failed jobs for a time and you can re-run again ,
OR
You can setup notifications for each report that will send notification to your email (success , warning or failure),
0