Querying DBA_HIST_SNAPSHOT and DBA_HIST_SYSSTAT

Why is it so hard in Oracle to get a decent answer to the question of how many seconds elapsed between two timestamps? I'm looking at DBA_HIST_SNAPSHOT and wondering how many seconds each snapshot spans, because later on I want to use this to generate metrics like Redo Size per Second, etc. SQL> desc dba_hist_snapshot … Continue reading Querying DBA_HIST_SNAPSHOT and DBA_HIST_SYSSTAT