dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / OciSessionPoolConnectionLifetime Property

OciSessionPoolConnectionLifetime Property
Gets or sets the connection lifetime in the OCI pool.
Syntax
'Declaration
 
Public Property OciSessionPoolConnectionLifetime As Integer
 

Property Value

The connection lifetime.
Remarks

This attribute specifies the lifetime of the connection in seconds. Before the Connection is placed back into the pool, the lifetime of the connection is checked. If the lifetime of the connection exceeds this property value, the connection is closed and disposed. If this property value is 0, the connection lifetime is never checked.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also