UseProxyPassword(proxyPassword)
This method sets the OracleDataSource
proxy user password.
Declaration
// C# public OracleDataSourceBuilder UseProxyPassword(string proxyPassword)
Parameters
-
proxyPassword
The database proxy user password.
Return Value
The OracleDataSourceBuilder
itself allowing additional OracleDataSourceBuilder
methods to be chained.
Remarks
If a null value is the input parameter, connections will then use the connection string password.
If the password has zero length, ODP.NET throws ArgumentException of ORA-50029.