close command in oracle enterprise stage

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
vishnuvyas
Participant
Posts: 6
Joined: Tue Nov 25, 2008 2:59 am

close command in oracle enterprise stage

Post by vishnuvyas »

Hi,

Please give me extact syntax for using the close command in oracle enterprise stage.
I am trying to execute a stored procedure after loading the data in the table but it is giving invalid close command errror.

I am using the statement

'exec proc_name;'

Please help.
Regards,
Vishnu Vyas
sureshabbisetti
Participant
Posts: 21
Joined: Thu Oct 04, 2007 4:34 am
Location: India
Contact:

Post by sureshabbisetti »

The Open/Close command are used to execute the Sql statements before/after loading the target tables like truncate tale etc... . To execute the stored proc use unix shell script & call that procedure in sequence by using Execute Command activity stage.

Regards
Suresh
Post Reply