ProxyPassword
This property updates the OracleDataSource proxy password.
Declaration
// C#
public OracleOpaqueString ProxyPassword { set; }Exceptions
ArgumentNullException - The specified value is null.
Throws "ORA-50029: ProxyPassword is invalid" if provided password is empty (length of 0).
Throws "ORA-50095: ProxyPassword should be read-only" if provided OracleOpaqueString is not read-only.