View/modify stats retention
-- View current stats retention
oracle configurationintermediate
by OracleDba
12 views
-- View current stats retention
1234
-- View current stats retention
select dbms_stats.get_stats_history_retention from dual;
-- Modify the stats retention
exec DBMS_STATS.ALTER_STATS_HISTORY_RETENTION(60);Please to add comments
No comments yet. Be the first to comment!