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 > DB2 Deadlocks Urgent Please

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-20-06, 00:08
johnkumar johnkumar is offline
Registered User
 
Join Date: May 2006
Posts: 9
DB2 Deadlocks Urgent Please

We are getting into SQL0911N error on our DB2 Linux on Z 8.2.

Attached is the Deadlock file Log, please please help in solving the problem

thanks in advance.
Attached Files
File Type: zip deadlock.zip (125.8 KB, 22 views)
Reply With Quote
  #2 (permalink)  
Old 09-20-06, 05:01
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
deadlock

from a snapshot/event file, it is not easy to analyze in a quicky
the most common problem is different applications - multithread -
doing delete - select
not easy to say what is exactly wrong
- execute program in 1 process
- if delete - select.. are executed in same program
- try todo commit whenever possible
- for select use : select .. for update .. in that case a u-lock will be requested instead of s-lock and has to wait on other u-lock
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
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