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

OciSessionPoolUserId Property
Gets or sets User Id for proxy connections.
Syntax
'Declaration
 
Public Property OciSessionPoolUserId As String
 

Property Value

If set, defines user name for proxy user.
Remarks

This property is available only when OCI Session Pooling is enabled. If you want to have proxy connections without OCI Session Pooling, use the Open(OracleConnection) overload that accepts another OracleConnection as argument.

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