Stored proc from sever jobs

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
Raju_6609
Premium Member
Premium Member
Posts: 19
Joined: Mon Aug 06, 2007 5:15 am
Location: Bangalore

Stored proc from sever jobs

Post by Raju_6609 »

Hi,

I would like call stored proc of Oracle from before sql.

exec sp_test;

Its throwing me error like Invalid SQL SELECT statement was entered


Can you please help me how to achive this ?
-Raj
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Try call sp_test(); instead of exec sp_test.
Post Reply