DBA Data[Home] [Help]

SYS.DBMS_FEATURE_UTILITIES4 dependencies on DBA_FEATURE_USAGE_STATISTICS

Line 28: FROM dba_feature_usage_statistics));

24: from sys.ku_utluse
25: where utlname = 'Oracle Utility External Table'
26: and (last_used >=
27: (SELECT nvl(max(last_sample_date), sysdate-7)
28: FROM dba_feature_usage_statistics));
29: exception
30: when others then
31: null;
32: end;