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

In This Topic
    OciSessionPooling Property
    In This Topic
    Enables or disables the OCI Session Pooling feature.
    Syntax
    'Declaration
     
    Public Property OciSessionPooling As Boolean
    public bool OciSessionPooling {get; set;}

    Property Value

    If true, enables the OCI Session Pooling feature. In this mode the dotConnect for Oracle pool is disabled. The default value is false.
    See Also