=> Identify SNAP ID's for the interval Here I am collecting resource intensive SQL's ran on a week from Monday (12-SEP-22) to Friday (16-SEP-22) SQL> show pdbs CON_ID CON_NAME OPEN MODE RESTRICTED ---------- ------------------------------ ---------- ---------- 2 PDB$SEED READ ONLY NO 3 SITPDB READ WRITE NO SQL> alter session set container=SITPDB; Session altered. SQL> SQL> SQL> select min(snap_id) from dba_hist_snapshot where trunc(begin_interval_time)='12-SEP-22'; MIN(SNAP_ID) ------------ 3324 SQL> select max(snap_id) from dba_hist_snapshot where trunc(begin_interval_time)='16-SEP-22'; MAX...
A technical blog for Oracle Apps DBAs covering Oracle E-Business Suite, Oracle Cloud (OCI), Database Administration, Performance Tuning, AWR, RAT, Data Safe, Autonomous Database, and real-world DBA tips and best practices.