Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 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
List all scheduled reports

Summary
List all scheduled reports
Content
We have a lot of reports scheduled from BI publisher mostly to email destinations.
I want to extract a list of all the reports scheduled with BI publisher along with the recipient list.
How can i do this?
Thanks,
Vaibhav
Answers
-
Hi,
You can try using the webservices to retrieve the scheduled jobs and their parameters. Please check:
Oracle BI Publisher Web Services APIs - Common Use Case Examples (Doc ID 1344535.1)
Note: If any of the replies in this thread were helpful/correct, kindly mark it accordingly as this would help others who can also benefit from it.
Regards,
Violeta
0 -
Hi,
These are all BIP scheduler tables:
QRTZ_BLOB_TRIGGERS QRTZ_CALENDARS QRTZ_CRON_TRIGGERS QRTZ_FIRED_TRIGGERS QRTZ_JOB_DETAILS QRTZ_JOB_LISTENERS QRTZ_LOCKS QRTZ_PAUSED_TRIGGER_GRPS QRTZ_SCHEDULER_STATE QRTZ_SIMPLE_TRIGGERS QRTZ_TRIGGERS QRTZ_TRIGGER_LISTENERS XMLP_APPINFO Only 11g XMLP_SCHED_DATA Only 11g XMLP_SCHED_DELIVERY Only 11g XMLP_SCHED_JOB XMLP_SCHED_OUTPUT XMLP_SCHED_SUBSCRIPTION Only 10g You may create a query on XMLP_SCHED_JOB to get the required information.
Thanks,
Dragos
0 -
Vaibhav- did you get any resolution for this ?
0 -
Hi All,
Anyone has got solution for this?
0 -
This is a helpful link:
There is also a sample query in another comment in that link ^
fusion_ora_ess.request_property
fusion_ora_ess.request_history
0