Page 1 of 1

Default values for some OCI parameters in connection string

Posted: Wed 08 Feb 2012 19:45
by andreparadis
Hi,

The documentation does not specify what are the default values for the following parameters related to OCI session pooling:

OciSessionPoolAllowWaiting
OciSessionPoolConnectionLifetime
OciSessionPoolIncrement
OciSessionPoolMaxSize
OciSessionPoolMinSize

Could you specify what are the default values when oci session pooling is enabled.

Thanks

Andre

Posted: Fri 10 Feb 2012 13:14
by Pinturiccio
When oci session pooling is enabled the following parameters have the following default values:

Code: Select all

OciSessionPoolAllowWaiting = true;
OciSessionPoolConnectionLifetime = 0;
OciSessionPoolIncrement = 1;
OciSessionPoolMaxSize = 100;
OciSessionPoolMinSize = 0;