Search notes:

Oracle: V$TEMPUNDOSTAT

select
   begin_time,
   end_time,
   undotsn,
   txncount,
   maxconcurrency,
   maxquerylen,
   maxqueryid,
   undoblkcnt,
   extcnt,
   uscount,
   ssolderrcnt,
   nospaceerrcnt,
   con_id
from
   v$tempundostat
order by
   end_time desc;

See also

temporary undo
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:51 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(51): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(66): id_of(Object(PDO), 'uri', '/notes/developm...') #2 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759612205, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/dynamic-performance-views/tempundostat(55): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51