View previous topic :: View next topic
|
Author |
Message |
sagarika25
New User
Joined: 16 Jan 2006 Posts: 3
|
|
|
|
Hi,
If i ll get error code -911 or -913 (that is both for deadlock), Then how come i overcome this problem???
For both the error code the solution is same or different?
Regards,
Sagarika |
|
Back to top |
|
|
Rupesh.Kothari
Member of the Month
Joined: 27 Apr 2005 Posts: 463
|
|
|
|
HI,
Quote: |
If i ll get error code -911 or -913 (that is both for deadlock), Then how come i overcome this problem???
For both the error code the solution is same or different? |
You can easily get answer of your question by just installing Abend Assist.
Regards
Rupesh |
|
Back to top |
|
|
khamarutheen
Active Member
Joined: 23 Aug 2005 Posts: 677 Location: NJ
|
|
|
|
Hi sagarika25,
The thing is DB2 itself handles some Deadlock conditions. so -911 will rollback the situation since it itself cannot handle the situation. and if -913 prompts the low priority job can b killed mannaully. So Better Handle some Locking techniques such that to avoid the deadlock and place some checkpoint also. Hope it will help. |
|
Back to top |
|
|
|