IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to check and reduce the call time for stored proc?


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vinay_care

New User


Joined: 22 Sep 2006
Posts: 17

PostPosted: Fri Feb 13, 2009 5:47 pm
Reply with quote

Hi,

We have multiple systems speaking to DB2, and those are inter connected by some middle wear applications.
those applications provides trigger to DB2 Stored procedures and internally in this SP we have call to common subroutine program verifying the login info? and this call is taking a long time
and this wait time is letting the system to crash because the threads get inactive after a certain wait time and new threads are put in queues.

so its been difficult to track or resolve this, please suggest. your input is very valuable.

Thanks,
Vinay
Back to top
View user's profile Send private message
Bharath Bhat

Active User


Joined: 20 Mar 2008
Posts: 283
Location: chennai

PostPosted: Tue Feb 17, 2009 4:04 pm
Reply with quote

You can run strobe to check the time taken by the SP.

If you have identified the program/routine which is taking time, then try to reduce the burden on it.

If it is a routine, then make sure the call is static. Check the SQL statements in the routine, if there is a better way to write the SQL ( better performing), then go ahead and change it. Try to reduce unnecessary statements in the program.

Quote:
we have call to common subroutine program verifying the login info? and this call is taking a long time


If it is doing just that, then it should not take much time. Suggest you analyze the program again for unnecessary loopings.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 2
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
No new posts Check data with Exception Table DB2 0
No new posts C Compile time time stamps Java & MQSeries 10
Search our Forums:

Back to Top