Optional
connectionThe timeout duration in ms for an application to establish an Oracle Net connection.
set to undefined
to ignore these settings
For thin mode with oracledb v6+, use setPoolDefaults
to set connectTimeout
instead.
For thick mode with oracle 19c+, use an Easy Connect string or a Connect Descriptor string. the property is CONNECT_TIMEOUT
1_000
Optional
pingThe number of ms between the sending of keep alive probes. If this property is set to a value greater than zero, it enables the keep alive probes
set to undefined
to ignore these settings
For thin mode with oracledb v6+, use setPoolDefaults
to set expireTime
instead.
For thick mode with oracle 19c+, use an Easy Connect string or a Connect Descriptor string. the property is EXPIRE_TIME
60_000
Optional
pingNo longer does anything.
There is no equivalent for this.
Generated using TypeDoc
Customize the way the pools works.