Search notes:

SQLPATH - cpu

cpu.sql shows CPU related information found in the init parameters and v$osstat.
select 'Init parameters' key   , null val         from dual                                         union all
select '  ' || name     || ':' , to_number(value) from v$parameter where name      like 'cpu%count' union all
select 'OS stat'               , null             from dual                                         union all
select '  ' || stat_name || ':', value            from v$osstat    where stat_name like 'NUM_CPU%';
Github repository Oracle-SQLPATH, path: /cpu.sql

See also

Oracle: files for ORACLE_PATH / SQLPATH

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...', 1758198426, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL-Plus/sqlpath/cpu(44): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78