|
|
Archives of the TeradataForum
Message Posted: Mon, 17 Dec 2007 @ 16:26:37 GMT
Subj: | | Oracle Stored Procs and Macros |
|
From: | | Kamin Shah |
All,
I have a situation where I am converting an Oracle Stored Proc to a Teradata Stored Proc. Oracle Stored Procs can return a result set (from a
select statement) but Teradata Stored Procs cannot. I tried doing this through a Macro but I need to call the stored procedure through the macro
(which is not possible either). I know the only solution is probably calling the SP first and then the select statement. If I would like to keep
the changes to the client code minimal (the client currently just calls an Oracle Stored Procedure), how would you suggest I go about doing
this?
Kamin Shah
| |