Oracle数据库-常规中行显示0,解决方案

 

如图,如果当前位置显示为0  原因:Oracle不是实时的对表进行分析的,需要手动执行分析。

解决方案:

分析表

  analyze table tablename compute statistics;

 

posted @ 2022-02-21 09:30  jiuchengi  阅读(322)  评论(0编辑  收藏  举报