FIND AWR SNAPSHOT INTERVAL AND RETENTION ORACLE
To check the snapshot interval and retention of AWR in oracle you can use the below query
kish@exdbx<>select max(SNAP_INTERVAL) as SNAP_INTERVAL_MAX,max(RETENTION) as MAX_RETENTION from dba_hist_wr_control;
SNAP_INTERVAL_MAX MAX_RETENTION
-------------------- ---------------------------------------------------------------------------
+00000 01:00:00.0 +00008 00:00:00.0