SetProxyPassword
This method sets or updates the proxy password on the OracleCredential instance.
Declaration
// C#
public void SetProxyPassword(OracleOpaqueString opaqueProxyPassword)Parameters
-
opaqueProxyPasswordnew proxy password
Exceptions
Throws ORA-50129 if user id is not set on the OracleCredential.
Throws ArgumentNullException if opaqueProxyPassword is null.
Throws ArgumentExcpetion if password has length of 0.
Throws ORA-50128 if opaqueProxyPassword is not read only.
Remarks
This method cannot update the proxy database user's password.