Check and update the Statistics retention in Oracle Database
Check the Gather stats Retention period in Oracle
SQL> select dbms_stats.get_stats_history_retention from dual;
GET_STATS_HISTORY_RETENTION
---------------------------
31
Modify the stats retention
exec DBMS_STATS.ALTER_STATS_HISTORY_RETENTION(60);