2010年11月15日

Oracle索引问题诊断与优化

摘要: 一、实验create table s1 as select * from SH.SALES;create table s2 as select * from SH.SALES; s1表没有建立索引s2表有建立索引 set timing on;select * from s1 where prod_i... 阅读全文

posted @ 2010-11-15 23:02 preftest 阅读(4079) 评论(0) 推荐(0)

导航