Timed OS Statistics and Plan Execution Statistics are not showed in awr report when statistics_level
---In order to see some plan statistics in awr report i set the statistics_level to ALL
SQL> show parameter statistics_l
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
statistics_level string ALL
select * from v$statistics_level where ACTIVATION_LEVEL='ALL'
STATISTICS_NAME DESCRIPTION SESSION_ SYSTEM_S ACTIVAT STATISTICS_VIEW_NAME SES
---------------------------------------- ------------------------------ -------- -------- ------- ---------------------------------------------------------------- ---
Timed OS Statistics Enables gathering of timed ope ENABLED ENABLED ALL YES
rating system statistics
Plan Execution Statistics Enables collection of plan exe ENABLED ENABLED ALL V$SQL_PLAN_STATISTICS YES
cution statistics
But I did not find any information about "Plan Execution Statistics" in the generated awr report.