Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored Procedures from Oracle Reports

Status
Not open for further replies.

fevacoder

Programmer
Dec 14, 2005
4
US
Is it possible to call and Oracle stored procedure or programming unit from an Oracle Report? If so, what is that syntax to make this call to the procedure. My situation is that I need to send in two params to the Oracle Report and then pass those to a stored proc for a list of data. Thanks.
 
If you want to use the procedure as datasource, look into the Ref cursor query. Otherwise procedures are called the same way as in any PL/SQL unit. You may use report parameters as procedure parameters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top