Quote:
Originally posted by xeaon
db2 => UPDATE MONITOR SWITCHES USING STATEMENT ON
SQL0973N Not enough storage is available in the "MON_HEAP_SZ" heap to process
the statement. SQLSTATE=57011
|
You need to increase dbm parameter - MON_HEAP_SZ.
I do not think you have the problem with locking. In case of locking issue the status of the connection is "Lock waiting", not "UOW waiting".
Is it possible the connection is lost somewhere is the code? I mean someone forgot to close it or something similar.
You can disconnect idle connections and check application logs (may be you would be able to get some information once you kill connection).