Search notes:

ORA-01017: invalid username/password; logon denied

ORA-01017: invalid username/password; logon denied is raised for all authentication failures when trying to connect to the database (in contrast to ORA-01031: insufficient privileges which is thrown if a user is already connected and then is lacking a required privilege for an attempted operation).

Changing a user's password

In case a user has forgotten the password, another privileged user can assign a new password with
alter user peter_mayer identified by theNewPassword;

See also

ORA-12638: Credential retrieval failed
ORA-01045: user ... lacks CREATE SESSION privilege; logon denied
ORA-28000: The account is locked.
Other Oracle error messages

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745011476, '18.216.129.37', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-01017_invalid-username-password_logon-denied(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78