not able to maintain persistent stored proc session

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
hitmanthesilentassasin
Participant
Posts: 150
Joined: Tue Mar 13, 2007 1:17 am

not able to maintain persistent stored proc session

Post by hitmanthesilentassasin »

Hi,

We have a stored oracle stored proc defined which does an insert and a select at the same time. every time the job gets executed the stored proc log's in to the oracle even if the data doesn't pass through it. this is a web service which gets invoked 100's of thousands time which means each time it log's in which is causing issue at the oracle side. could you please let me know if there is a way to maintain the session with the stored proc without loosing it or invoke the stored proc using a different stage which is able to maintain the session along with the possibility of reading the data and output the data at the same time?

Many thanks!!
Post Reply