DBA Data[Home] [Help]

SYS.DBMS_FEATURE_UTILITIES2 dependencies on DBA_FEATURE_USAGE_STATISTICS

Line 21: FROM dba_feature_usage_statistics));

17: from sys.ku_utluse
18: where utlname = 'Oracle Utility Datapump (Import)'
19: and (last_used >=
20: (SELECT nvl(max(last_sample_date), sysdate-7)
21: FROM dba_feature_usage_statistics));
22: exception
23: when others then
24: null;
25: end;