OpenWithNewPassword(String)
This method opens a new connection with the new password.
Declaration
// C#
public void OpenWithNewPassword(string newPassword);Parameters
-
newPasswordA string that contains the new password.
Remarks
This method uses the ConnectionString property settings to establish a new connection. The old password must be provided in the connection string as the Password attribute value.
This method can only be called on an OracleConnection in the closed state.