Search notes:

Oracle: V$ROWCACHE

select
   roc.parameter,
   roc.type,   
   roc.usage,   
   roc.count,
   roc.gets,   
   roc.cache#,
   roc.fastgets,
   roc.fixed,
   roc.flushes,
   roc.getmisses,
   roc.modifications,
   roc.scancompletes,
   roc.scanmisses,
   roc.scans,
   roc.dlm_requests,   
   roc.subordinate#,
   roc.con_id,
   roc.dlm_conflicts,  -- obsolete
   roc.dlm_releases    -- obsolete
from
   sys.v_$rowcache roc
order by
   roc.usage desc;
select
   s.kqrstcln latch#,
   r.cache#,
   r.parameter name,
   r.type,
   r.subordinate#
from
   v$rowcache r                               join
   x$kqrst    s on r.cache# = s.kqrstcid

See also

The Data dictionary cache (which is also referred to as row cache).
Oracle Dynamic Performance Views
MOS Note 468334.1
The row cache objects latch.

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