Description
Specifies an integer for database connection increments per session.
Applies to
ORA Oracle (for 11g and later), O10 Oracle 10g, and Oracle 9.2 databases
Syntax
CSIncr =value
Parameter |
Description |
---|---|
value |
Specifies an increment for the number of database connections in a connection or session pool. |
Default value
1
Usage
This value is ignored when the SessionHomogeneous DBParm is set to false.
Examples
The following example sets the increment for the number of database connections in a session pool to 10:
-
Database profile
Select Session Pooling from the Pooling Type drop-down list on the Pooling page in the Database Profile Setup dialog box, select the Homogeneous Session Pooling check box, and type 10 in the Increment text box on the same page.
-
Application
Type the following in code:
my_trans.dbparm="Pooling='session',csincr = 10"
See also