If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > batch file delay

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-15-07, 08:32
franka franka is offline
Registered User
 
Join Date: Feb 2007
Posts: 10
batch file delay

Hi guys , I have been running a db2 update code in a batch file in dos for the past 24 hours.There is no error message, but the execution takes forever yet the code is only 23-line ;intended to update 590 rows of a column.what could be the problem?
Reply With Quote
  #2 (permalink)  
Old 05-15-07, 08:38
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
We need more specific information to help you. The update statements with the problem would be a good place to start along with the ddl for the tables involved. Also include your DB2 version and OS.

Andy
Reply With Quote
  #3 (permalink)  
Old 05-15-07, 15:52
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
My guess is that you hit a locking issue in your application (SQL script). What's your lock timeout set to?
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #4 (permalink)  
Old 05-16-07, 06:17
franka franka is offline
Registered User
 
Join Date: Feb 2007
Posts: 10
Stolze, my lock timeout is set to -1. Is that a bad thing?
Reply With Quote
  #5 (permalink)  
Old 05-16-07, 06:58
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
Yes -1 suggest infinite waiting
you shld set some time value for that say 60 or 120 seconds
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On