DBA Data[Home] [Help]

SYS.DBMS_FEATURE_UTILITIES4 dependencies on KU_UTLUSE

Line 24: from sys.ku_utluse

20: compressmed, compresshgh
21: into feature_count, encryption_count, compression_count,
22: compressbas_count, compresslow_count, compressmed_count,
23: compresshgh_count
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));