Error code

Oracle ORA-01017

ORACLEORA-01017
Database Error Code· An error code returned by a database server such as PostgreSQL or MySQL.

What it means

invalid username/password — logon denied.

How to fix it

  1. Verify the username and password in the connection string or wallet.
  2. Unlock or unexpire the account with ALTER USER <name> ACCOUNT UNLOCK or PASSWORD EXPIRE.
  3. Reset the password with ALTER USER <name> IDENTIFIED BY <password> if the credentials have changed.

Not affiliated with Oracle. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.