Oracle stored procedure

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
svga
Participant
Posts: 73
Joined: Thu Aug 07, 2008 6:31 am
Location: Syracuse

Oracle stored procedure

Post by svga »

Hi,

I have a Orace stored procedure which stores the output results to cursor. So is it possible to retreive the o/p records using Stored procedure stage.

Thanks.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yes. And the "how" of that is documented.
-craig

"You can never have too many knives" -- Logan Nine Fingers
svga
Participant
Posts: 73
Joined: Thu Aug 07, 2008 6:31 am
Location: Syracuse

Post by svga »

Hi,

In the help documentation, I see that cursor output is available only for DB2 & SQL server.

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:?

Hmmm... could have sworn that was documented even back in the 7.x days, specifics on how you needed to write the SP to enable this to work correctly. Even for Oracle. Could be wrong and not in any position to check the latest docs myself.

I'm sure someone else will be along and add their two cents soon. That or check with support.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply