Page 1 of 1

not able to maintain persistent stored proc session

Posted: Mon Mar 05, 2012 9:06 pm
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!!