'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.