摘要: 解决办法,批量修改Segment。1先查找所有数据表为空的表 select table_name from user_tables where NUM_ROWS=0; 2若查不出数据,是因为 NUM_ROWS为空,需要analyze:select 'ANALYZE TABLE ' || table_ 阅读全文
posted @ 2018-03-01 09:02 秋刀鱼No1 阅读(626) 评论(0) 推荐(0) 编辑