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.
    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