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!

How to call a oracle stored procedure

Status
Not open for further replies.

tempra

Technical User
Jun 10, 2005
4
AU
Hi there,

I am trying to find out on how to call a oracle stored procedure but no success yet. I have already load the procedure definitions into the data manager, but I don't know how to call it from a stage (oci9i). Do you guys have any idea about how to achieve this?

Cheers,

Melquior
 
Try user-defined SQL with something like the following:

call ProcedureName :)1, :2)

Values :1 and :2 get bound to the stage input columns.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top