Specifies an integer for database connection increments per session.
ORA Oracle 11g and Oracle 9.2 or later databases
CSIncr =value
Parameter |
Description |
---|---|
value |
Specifies an increment for the number of database connections in a connection or session pool. |
1
This value is ignored when the SessionHomogeneous DBParm is set to false.
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"