Administrator
|
Most of the time, yes.. It is an application issue. However; you need to follow the document and see what type of a deadlock you are facing..
For instance, in TX deadlock in Share(S) mode , the solution "may be" a different one->
in TX deadlock in Share(S) mode :
ITL contention, eg: INITRANS setting for the object is too small, it can not handle the number of concurrent transactions.
The solution is to increase INITRANS setting for the object involved in the deadlock using "alter table" or "alter index" command
|