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

In This Topic
    OciSessionPoolMinSize Property
    In This Topic
    Specifies the minimum number of sessions in the session pool.
    Syntax
    'Declaration
     
    Public Property OciSessionPoolMinSize As Integer
    public int OciSessionPoolMinSize {get; set;}

    Property Value

    The minimum number of sessions. This number of sessions are started initially. After this, sessions are opened only when necessary.
    See Also