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

In This Topic
    OciSessionPoolAllowWaiting Property
    In This Topic
    Enables or disables waiting for a connection to close when there is no free connection.
    Syntax
    'Declaration
     
    Public Property OciSessionPoolAllowWaiting As Boolean
    public bool OciSessionPoolAllowWaiting {get; set;}

    Property Value

    If true, new connections wait for an existing one to close if Max Size is reached; otherwise an exception is thrown.
    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