Search notes:

Oracle: X$KCB…

Kernel Cache Buffer…
The following statements show that these tables have the same amount of records and seem therefore to be related:
select count(*) from x$kcbwh;
select count(*) from x$kcbsw;
select count(*) from x$kcbuwhy;
select
   wh.kcbwhdes     des,
   sw.other_wait,
   wy.why0, wy.why1, wy.why2, wy.why3, wy.why4
from
   x$kcbwh    wh   join
   x$kcbsw    sw on wh.indx = sw.indx join
   x$kcbuwhy  wy on wh.indx = wy.indx
order by
   sw.other_wait desc;

See also

fixed table

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...', 1759427923, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/architecture/instance/fixed-tables/k/c/b/index(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78