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

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select
dfus.*
from
dba_feature_usage_statistics dfus
where
dfus.dbid in (select vd.dbid from v$database vd)
order by
dfus.name