Page 1 of 1

Executing Stored Procedures from DataStage

Posted: Fri Dec 16, 2005 2:11 pm
by yaminids
Hello friends,

Is it possible to execute a Stored Procedure from DataStage which does not return any rows by calling it from either ODBC Stage or ORA 9I Stage?

Any thoughts would be highly appreciated
Yamini

Re: Executing Stored Procedures from DataStage

Posted: Sun Dec 18, 2005 9:37 pm
by bunu1977
Hi,
Yes it is possible . Long back I have done it using ORAOCI stage .
write like

Begin
Procedure name
End;

Try in Before or After tab of ORAOCI stage.

Re: Executing Stored Procedures from DataStage

Posted: Mon Dec 19, 2005 1:15 pm
by yaminids
Thanks Dilip. I will try it

Yamini

Re: Executing Stored Procedures from DataStage

Posted: Mon Dec 19, 2005 2:15 pm
by DataStageCnu
yaminids wrote:Hello friends,

Is it possible to execute a Stored Procedure from DataStage which does not return any rows by calling it from either ODBC Stage or ORA 9I Stage?

Any thoughts would be highly appreciated
Yamini
I believe, you can do it by ODBC stage. One of the advantage of ODBC is... can work with Stored procedures...