SELECT name, detected_usages, last_usage_date, last_sample_date FROM dba_feature_usage_statistics WHERE name IN ( 'ADDM', 'Automatic SQL Tuning Advisor', 'Automatic Workload Repository', 'AWR Baseline', 'AWR Baseline Template', 'AWR Report', 'EM Performance Page', 'Real-Time SQL Monitoring', 'SQL Access Advisor', 'SQL Monitoring and Tuning pages', 'SQL Performance Analyzer', 'SQL Tuning Advisor', 'SQL Tuning Set (system)', 'SQL Tuning Set (user)' ) ORDER BY name;