Search notes:

Oracle: DBA_HIST_SNAPSHOT

dba_hist_snapshot records information (such as start and end time) about each snapshot.
select
   snp.begin_interval_time,
   snp.begin_interval_time_tz,
   snp.con_id,
   snp.dbid,
   snp.end_interval_time,
   snp.end_interval_time_tz,
   snp.error_count,
   snp.flush_elapsed,
   snp.instance_number,
   snp.snap_flag,
   snp.snap_id,
   snp.snap_level,
   snp.snap_timezone,
   snp.startup_time
from
   sys.dba_hist_snapshot snp
order by
   snp.end_interval_time desc
;

See also

dba_hist_ash_snapshot, dba_hist_active_sess_history,
wrm$_snapshot
Find AWR snapshots
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...', 1758206881, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/hist/snapshot/index(67): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78