摘要: 索引监控的查询脚本 drop table t purge; create table t as select * from dba_objects; create index idx_t_id on t(object_id); create index idx_t_name t(object_nam 阅读全文
posted @ 2017-10-16 22:15 caidog 阅读(161) 评论(0) 推荐(0)