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

In This Topic
    OciSessionPoolUserId Property
    In This Topic
    Gets or sets User Id for proxy connections.
    Syntax
    'Declaration
     
    Public Property OciSessionPoolUserId As String
    public string OciSessionPoolUserId {get; set;}

    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