Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 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
Call BIP job from a database

Charles Mccarthy
Rank 2 - Community Beginner
Summary
when some data is inserted in a database at the same time id like to call a BIP job to create output
Content
when some data is inserted in a database, at the same time id like to call an BIP job to create output based on this data e.g.
1. Data inserted in Table
2. SQL calls a BIP job
3. PDF created by BIP
step 1 and 3 are fine, but any ideas how we can do 2 , call a BIP job from an oracle database
thanks
Tagged:
0
Answers
-
BIP has a set of REST API services. You would need to call the runreport service from the DB (doable).
https://docs.oracle.com/middleware/12213/bip/BIPAP/api-Manage Reports.html
Tim
0