Stored Procedure in Oracle

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
lcabreram97
Participant
Posts: 1
Joined: Thu Jul 28, 2005 9:55 am

Stored Procedure in Oracle

Post 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
ririr
Participant
Posts: 84
Joined: Sun Apr 04, 2004 8:59 pm

Post 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...
sjhouse
Premium Member
Premium Member
Posts: 43
Joined: Tue Nov 02, 2004 12:11 pm
Location: Minneapolis, MN

Post by sjhouse »

The SPS will return results of your to a return parameters that can be passed through an output link.
Post Reply