Check stale stats
STALE STATS FOR TABLE
oracle configurationintermediate
by OracleDba
10 views
STALE STATS FOR TABLE
12
select owner,table_name,STALE_STATS from dba_tab_statistics where owner='&SCHEMA_NAME' and table_name='&TABLE_NAME';
select owner,INDEX_NAME,TABLE_NAME from DBA_IND_STATISTICS where owner='&SCHEMA_NAME' and index_name='&INDEX_NAME';Please to add comments
No comments yet. Be the first to comment!