+

Search Tips   |   Advanced Search

Disable statement pooling


Disable statement pooling performing Data Definition Language (DDL) operations, which might not be compatible with statement pooling.

DDL operations, such as dropping and recreating tables, are not compatible with statement pooling when using the Informix database. DDL operations invalidate the pooled statements or cause them to produce unexpected results.

Complete the following steps to use the admin console to disable statement pooling. Statement pooling is disabled by specifying a value of zero for the statement cache size setting for the datasource.

 

  1. From the admin console, select Resources > JDBC > Data sources > datasource_name .

  2. Under Additional properties, click WAS data source properties.

  3. Enter a value of zero (0) in the Statement cache size field.

  4. Click OK, and then click Save.

 

Related tasks


Set a data source
Set a data source

 

Related


Connection pool (Version 4) settings