Search notes:

ORA-01495: Chain row table not found.

The analyze table … list chained rows command requires a table named chained_rows to be present. If this table does not exist, the error message ORA-01495: Chain row table not found is thrown.
create table tq84_ora_01495(x varchar2(1));

analyze table tq84_ora_01495 list chained rows;
-- ORA-01495: Chain row table not found.
The table chained_rows can be created with the $ORACLE_HOME/rdbms/admin/utlchain.sql script.

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...', 1759612616, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-01495_Chain-row-table-not-found(45): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78