使用dbms_stats.gather_table_stats调整表的统计信息
摘要:创建实验表,插入10万行数据 SQL> create table test (id number,name varchar2(10)); Table created. SQL> declarebeginfor i in 1..100000 loop insert into test values(1
阅读全文
posted @ 2017-10-12 11:05
浙公网安备 33010602011771号