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.

    See Also