498 DB2 Performance Expert for Multiplatforms V2.2
The CM application is written using implicit transactions, but the user is
executing long queries. Possible explanations include:
– The queries are well tuned but just taking longer than the current setting of
the LOCKTIMEOUT value in your database configuration. You should
determine if you can execute these queries at times where the system
workload is low. If this is not an option, you should increase the
LOCKTIMEOUT value to get these queries finished.
– The queries are not well tuned. For example, table scans or sorts occur
because an index is missing. See “Identifying long-running SQL
statements” on page 512.
But first use Performance Expert to analyze the reason for the deadlock or ...