Search notes:

Oracle: V$SEGSTAT_NAME

select
   name,
   sampled
from
   v$segstat_name
order by
   lower(name);

-- buffer busy waits               NO
-- db block changes                YES
-- gc buffer busy                  NO
-- gc cr blocks received           NO
-- gc current blocks received      NO
-- gc remote grants                NO
-- IM db block changes             YES
-- IM non local db block changes   NO
-- IM populate CUs                 NO
-- IM prepopulate CUs              NO
-- IM repopulate (trickle) CUs     NO
-- IM repopulate CUs               NO
-- IM scans                        NO
-- ITL waits                       NO
-- logical reads                   YES
-- optimized physical reads        NO
-- optimized physical writes       NO
-- physical read requests          NO
-- physical reads                  NO
-- physical reads direct           NO
-- physical write requests         NO
-- physical writes                 NO
-- physical writes direct          NO
-- row lock waits                  NO
-- segment scans                   NO
-- space allocated                 NO
-- space used                      NO

See also

v$segstat, v$segment_statistics.
Oracle Dynamic Performance Views

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...', 1758205634, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/dynamic-performance-views/segstat/name(72): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78