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
Call BIP job from a database

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
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