Siebel Installation Guide for Microsoft Windows: Servers, Mobile Web Clients, Tools > Guidelines for Configuring the RDBMS > Configuring IBM DB2 UDB for Siebel Applications >

Preventing DB2 UDB from Running Out of ODBC Statement Handles


DB2 UDB can quickly run out of ODBC statement handles, depending on the number of business objects your enterprise uses. Because it is difficult to know how many business objects your users actually use, you should increase this number automatically each time you install the DB2 UDB client, or when rebinding database utilities.

Increase the number of CLI packages to 6 by rebinding the CLI packages, using the special DB2 CLIPKG bind option.

To rebind the CLI packages

  1. Navigate to sqllib/bnd (C:\sqllib\bnd from a DB2 Command window) in the DB2 instance home directory, using a method appropriate to your operating system.
  2. Connect to the DB2 UDB database.
  3. Enter the following command:

    db2 bind @db2cli.lst blocking all grant public clipkg 6

For more information about the DB2 bind command and the CLIPKG option, see DB2 UDB Administration Guide.

Siebel Installation Guide for Microsoft Windows: Servers, Mobile Web Clients, Tools