Search notes:

Oracle: V$MYSTAT

v$mystat records statistical data about the session that accesses it. Join statistic# with v$statname
select 
  nam.name,
  mys.value
from
  v$mystat   mys   join
  v$statname nam on mys.statistic# = nam.statistic#
order by
  nam.name;
Github repository oracle-patterns, path: /Installed/dynamic-performance-views/mystat/show.sql

See also

Interesting session statistics
v$sesstat
Oracle Dynamic Performance Views
http://www.adp-gmbh.ch/ora/tuning/statistics.html

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