Our application has started to report SQL warnings when it runs:
DBD::DB2::st execute failed: (IBM) (CLI Driver) (DB2/LINUXX8664) SQL0437W Performance of this complex query might be sub-optimal. Reason code “3”. SQLSTATE=01602
For RC=3, it says to increase the size of the statement cache. We have STMM enabled and the sizes of the various memory parameters are all set to AUTOMATIC. The STMTHEAP should grow to accommodate the query as I understand it.
There is plenty of free memory on the database server.
I haven't been able to find the offending sql statement. Even if I do, I don't think the developer would be able to "fix it" quickly.
What can we do in the mean time?
Thanks!
or if the know of any particularly complex/large sql statements that may have begun to be executed...
e.g. for an archive process, quarter end..., etc...
or is it possible that its a dynamic query which is growing overly complex?