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
posted @ 2021-07-22 20:55
posted @ 2021-07-22 20:51
posted @ 2021-07-16 15:25