Oracle重建索引
摘要:
1.分析表与索引(analyze 不会重建索引)analyze table tablename compute statistics等同于 analyze table tablename compute statistics for table for all indexes for all columnsfor table 的统计信息存在于视图:user_tables 、all_tables、dba_tablesfor all indexes 的统计信息存在于视图: user_indexes 、all_indexes、dba_indexesfor all columns 的统计信息存在于视图 阅读全文
posted @ 2012-12-12 22:24 wean 阅读(1852) 评论(0) 推荐(0)
浙公网安备 33010602011771号