Page 1 of 1

Stored Procedure in Oracle

Posted: Thu Jul 28, 2005 12:36 pm
by lcabreram97
Hi, I have a job with STP stage, the SP in Oracle returns an Cursor.
I need to insert into a table this records, but I don't know how to make this job works. Thanks

Posted: Thu Jul 28, 2005 12:42 pm
by ririr
I think you need to use the ODBC stage to call stored procedures. The out parameters of the stored procedure would be the input columns in the stage and map them to the target stage...

Posted: Fri Jul 29, 2005 7:22 am
by sjhouse
The SPS will return results of your to a return parameters that can be passed through an output link.