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
 

Property Value

If true, new connections wait for an existing one to close if Max Size is reached; otherwise an exception is thrown.
See Also