Delete statistics
Delete statistics of the complete database
oracle configurationintermediate
by OracleDba
13 views
Delete statistics of the complete database
1234
EXEC DBMS_STATS.delete_database_stats;
EXEC DBMS_STATS.delete_schema_stats('DBACLASS');
EXEC DBMS_STATS.delete_index_stats('DBACLASS', 'CLASS_IDX');
EXEC DBMS_STATS.delete_dictionary_stats;Please to add comments
No comments yet. Be the first to comment!