先分析表
select 'analyze table '||table_name||' compute statistics;' from user_tables;

把查询结果依次执行

把所有表分析一遍

然后user_tables中就会刷新表的信息
select * from user_tables where num_rows=0;

查出行数为0的表信息.



posted on 2017-05-15 09:48  vinsonLu  阅读(11658)  评论(0编辑  收藏  举报