Search notes:

ORA-01045: user ... lacks CREATE SESSION privilege; logon denied

This error is thrown if a users wants to log on to an Oracle database but lacks the create session system privilege.
The required privilege can be given to this user with a
grant create session to THE_USER;

See also

ORA-01017: invalid username/password; 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...', 1745308991, '3.128.186.97', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-01045_user-lacks-CREATE-SESSION-privilege_logon-denied(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78