UseProxyPassword(opaquePassword)
This method sets the OracleDataSource proxy user password.
Declaration
// C# public OracleDataSourceBuilder UseProxyPassword(OracleOpaqueString opaquePassword)
Parameters
-
opaquePasswordThe 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.
If opaquePassword is not read only, ODP.NET throws an ORA-50095 error.