查看统计信息的过期原因

查看统计信息的过期原因

select table_owner, table_name, inserts, updates, deletes, timestamp
from all_tab_modifications
where table_owner = 'SCOTT'
and table_name = 'TEST';   

 

posted @ 2020-04-01 13:21  屠魔的少年  阅读(119)  评论(0)    收藏  举报