dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / Open Method / Open(OracleConnection) Method
The established proxy connection to use.

In This Topic
    Open(OracleConnection) Method
    In This Topic
    Opens connection with Proxy Authentication mechanism.
    Syntax
    'Declaration
     
    Public Overloads Sub Open( _
       ByVal proxy As OracleConnection _
    ) 
    public void Open( 
       OracleConnection proxy
    )

    Parameters

    proxy
    The established proxy connection to use.
    Remarks

    When you open a proxied connection, you do not need to specify username and password.

    Do not mix this method of opening proxied connections with specifying proxy credentials in OCI Pool connection string.

    Proxy authentication is not supported in Direct mode.

    For more information on using Proxy Authentication see Connecting to Oracle with Proxy Authentication.

    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