calling oracle function

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
pavan31081980
Participant
Posts: 17
Joined: Sun Mar 19, 2006 5:46 am
Location: vja

calling oracle function

Post by pavan31081980 »

Hi

How do i call a oracle function in datastage 8.1 version. I have a mod 11 function in oracle which i need to call in my job. please let me know how i can call a oracle function and with which stage i can call it? Thanks in advance.

Regards,
Pavan
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

You can use Oracle Enterprise stage.
pavan31081980
Participant
Posts: 17
Joined: Sun Mar 19, 2006 5:46 am
Location: vja

Post by pavan31081980 »

[quote="Sainath.Srinivasan"]You can use Oracle Enterprise stage.[/quote]


Can you please let me know how i can do it using oracle enterprise stage?please give me brief steps to implement the same. Thanks
srinivas.g
Participant
Posts: 251
Joined: Mon Jun 09, 2008 5:52 am

Post by srinivas.g »

select function name(parameter) from dual
Srinu Gadipudi
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The same way you would in any other tool, you 'select' it as a field in a sql statement.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

You can use ODBC stage as well.

Regards
Sreeni
Post Reply