before/after sql option...

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
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

before/after sql option...

Post by allavivek »

Hi All,

Is there any option like before/after sql( in oracle connector in 8.x)...in 7.x...

I want to execute 4 stored procedures with out loosing login session in oracle..

Thank you...
Last edited by allavivek on Fri Aug 06, 2010 5:16 am, edited 1 time in total.
mouthou
Participant
Posts: 208
Joined: Sun Jul 04, 2004 11:57 pm

Re: before/after sql option...

Post by mouthou »

I guess, you are trying to get some SQL session information for the current job session by using the beforeSQL/AfterSQL. I doubt that you will get hold of the same session since the beforeSQL/AfterSQL will be another process as such.

If you still want to, you may have write a shell script which triggers the stored procedures. You can call the script from the job's Beforejob/Afterjob subroutine (in Job properties section)
Post Reply