DBA Data[Home] [Help]

SYS.DBMS_FEATURE_UTILITIES1 dependencies on DBA_FEATURE_USAGE_STATISTICS

Line 41: FROM dba_feature_usage_statistics));

37: from sys.ku_utluse
38: where utlname = 'Oracle Utility Datapump (Export)'
39: and (last_used >=
40: (SELECT nvl(max(last_sample_date), sysdate-7)
41: FROM dba_feature_usage_statistics));
42: exception
43: when others then
44: null;
45: end;