Hi all,
I am trying to execute a stored procedure and it executes until a certain point and stops at a certain query.
(How we know it stucks at a certain query -- we have logging into a table after every query is executed in the stored proc)
When we run the query (which runs slow) by itself it completes in 38 secs.
So anyone have any ideas what could be the issue?
DB2V9 on RHL
Thank you all in advance