Search notes:

ORA-00604: Error occurred at recursive SQL level … Check subsequent errors.

truncate table plan_table;
alter table plan_table modify object_name varchar2(1);
explain plan for select dummy from dual;
-- ORA-00604: error occurred at recursive SQL level 1
-- ORA-12899: value too large for column "RENE"."PLAN_TABLE"."OBJECT_NAME" (actual: 4, maximum: 1)
alter table plan_table modify object_name varchar2(128);
explain plan for select dummy from dual;

See also

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...', 1759612546, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-00604_Error-occured-at-recursive-SQL-levle_Check-subsequent-errors(45): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78