Page 1 of 1

To Execute an Stored Procedure without using a shell script.

Posted: Wed Sep 14, 2005 8:47 am
by pavithra_12
Hi,

Please let me know how to Execute an Stored Procedure through a Batch Job without using a Shell Script.

-Pavithra.V

Posted: Wed Sep 14, 2005 10:50 am
by elavenil
Hi,

Any Stored procedure can be called before/After SQL tab of the any DB stages and if you want to execute the stored procedure, you might need to use BCI calls to call SP.

HTWH.

Regards
Saravanan

Posted: Wed Sep 14, 2005 3:45 pm
by ray.wurlod
Use a Stored Procedure stage.

Posted: Mon Sep 19, 2005 4:22 am
by pavithra_12
Hi,

thanxs for the inputs.

- Pavithra