Expert Advice

KDP_DBAT_Wait_Warning

Start of change

Situation Description

When the MAXDBAT limit is reached, conversations are queued and are awaiting DBAT allocation, which can greatly increase response time.

End of change
Start of change

Suggested Actions

If this situation persist, use INACTIVE MODE threads instead of ACTIVE MODE threads. When a database access thread in INACTIVE MODE is active, it is processing requests from client connections within units of work. When a database access thread is pooled, it is waiting for the next request from a client to start a new unit of work. When the value of DDF THREADS is ACTIVE, a database access thread is always active from initial creation to termination.

(c) Copyright IBM Corp. 2005, 2008. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contact IBM.

End of change