Search notes:

Oracle: DBA_HIST_BASELINE

select
   bas.creation_time,
   bas.baseline_type,        -- The type of the baseline (STATIC, MOVING_WINDOW or GENERATED)
   bas.baseline_name,
   bas.baseline_id,
   bas.expiration,
   bas.template_name,
   bas.last_time_computed,
   bas.moving_window_size,
   bas.start_snap_id, bas.end_snap_id    , -- See dba_hist_snapshot
   bas.end_snap_time, bas.start_snap_time,
   bas.con_id,
   bas.dbid
from
   sys.dba_hist_baseline bas;

See also

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