DBA Data[Home] [Help]

SYS.DBMS_FEATURE_WCR_REPLAY dependencies on DBA_FEATURE_USAGE_STATISTICS

Line 23: from dba_feature_usage_statistics

19:
20: -- Find prev_sample_count and prev_sample_date first
21: select nvl(max(aux_count), 0), nvl(max(last_sample_date), sysdate-7)
22: into prev_sample_count, prev_sample_date
23: from dba_feature_usage_statistics
24: where name = 'Database Replay: Workload Replay';
25:
26: -- convert date to db timezone
27: select to_date(to_char(from_tz(cast(prev_sample_date as timestamp),