DBA Feature Usage Statistics

Description
Categories: Enginatics
Repository: Github
Database license feature usage statistics, such as the number of times that an AWR HTML report was run
Run DBA Feature Usage Statistics and other Oracle EBS reports with Blitz Report™ on our demo environment
select
dfus.*
from
dba_feature_usage_statistics dfus
where
dfus.dbid in (select vd.dbid from v$database vd)
order by
dfus.name