View/modify stats retention in DB

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);

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.