Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 233 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
BIP update database once report published
Charles Mccarthy
Rank 2 - Community Beginner
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.
0
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