CSMin

Description

Specifies the minimum number of database connections in a connection or session pool.

Applies to

Syntax

CSMin =value

Parameter

Description

value

Specifies the minimum number of database connections in a connection or session pool.

Default

1

Usage

This value is ignored when the SessionHomogeneous DBParm is set to false.

Examples

Example 1

The following code keeps a minimum of 5 database connections open in a connection pool:

See also