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