Focal Point
[CLOSED] CALLING AN ORACLE STORED PROCEDURE

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9547017106

April 07, 2011, 08:37 AM
Kowens
[CLOSED] CALLING AN ORACLE STORED PROCEDURE
I have an oracle stored procedure that has 4 input parameters and then returns a cursor. I have created a synonym. How do I invoke the stored procedure? The examples just don't have alot of information with multiple parameters. Anyone have a real life example?

This message has been edited. Last edited by: Kerry,


Version: 8.0.0.6
Windows platform
All output formats will probably be used.
April 12, 2011, 03:04 AM
Ramkumar - Webfous
A synonym even is not needed. You can go through the SQL Pass through for calling you SP.

SQL SQLORA
EX &LIBRARY/STORE_PROC_NAME('PARAM1'..'PARAM4');
TABLE FILE SQLOUT
PRINT
*
END


&LIBRARY/STORE_PROC_NAME('PARAM1'..'PARAM4')

Replace with your schema name, SP name, and Param values....


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5