dba_feature_usage_statistics is not updated
Hello,
I have a database in version 11.2.0.4 where dba_feature_usage_statistics is not updated.
When I launch the query: select MAX(LAST_SAMPLE_DATE) from dba_feature_usage_statistics
The result is 22/08/14 01:06:54
I tried to execute: EXEC DBMS_FEATURE_USAGE_INTERNAL.exec_db_usage_sampling(SYSDATE);
But it never end with wait event control file sequential read.