'Declaration Public Overloads Sub Open( _ ByVal proxy As OracleConnection _ )
public void Open( OracleConnection proxy )
Parameters
- proxy
- The established proxy connection to use.
'Declaration Public Overloads Sub Open( _ ByVal proxy As OracleConnection _ )
public void Open( OracleConnection proxy )
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.
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