oracle整库统计库表数据量--存储过程
摘要:
方案一: analyze: analyze table table_name compute statistics; 1、生成analyze的sql。 1 select 'analyze table '|| table_name || ' compute statistics; ' from use 阅读全文
posted @ 2021-07-22 20:55 Cooper_73 阅读(1537) 评论(0) 推荐(0)
浙公网安备 33010602011771号