Search notes:

Oracle: DBA_HIST_WR_CONTROL

select
   case when vdb.dbid = wrc.dbid then '*' end e,
   wrc.snap_interval,
   wrc.retention,
   wrc.topnsql,
   wrc.con_id,
   wrc.dbid,
   wrc.src_dbid,
   wrc.src_dbname
from
   v$database          vdb cross join
   dba_hist_wr_control wrc;

See also

dba_hist_ash_snapshot
Compare the configured retention time with :the actual stored data.
dbms_workload_repository.modify_snapshot_settings
dba_hist* 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...', 1758206916, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/hist/wr/control(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78