12c
OL6
Hi ALL,
I check the statistics history table using:
SQL> select min(SAVTIME), max(SAVTIME) from wri$_optstat_tab_history;
MIN(SAVTIME)
---------------------------------------------------------------------------
MAX(SAVTIME)
---------------------------------------------------------------------------
03-OCT-18 01.28.08.135820 PM +08:00
03-OCT-18 01.28.08.135820 PM +08:00
SQL>
SQL> show parameter statistics_level
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
statistics_level string TYPICAL
I can see above that I have only 1 day statistics? and no data gathered upto date?
Please help how to continuously gather stats and have rentention of 1 week only.
Kind regards,
jc