Search notes:

ORA-02000: missing … keyword

In Oracle 23c or later, the following statement throws ORA-02000: missing END keyword because the case when expression is not terminated with end:
select
   case when owner in ('SYS', 'SYSTEM') then 'n/a'
from
   dba_tables;
In Releases prior to 23c, Oracle throws ORA-00905: missing keyword.

See also

Other Oracle error messages such as ORA-00971: missing SET keyword

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...', 1758199428, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-02000_missing_keyword(43): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78