星期三, 12月 21, 2011

刪除表格統計資訊

SQL>
analyze table table delete statistics;
此動作同時也會刪掉index 統計資訊 ,

建立index , 重建index 不會更新統計資訊., 必須再作一次分析

或是在SQL最後面補上 compute statistics 語法:
SQL>
CREATE INDEX TEST.T_OBJECTS_IX2 ON T_OBJECTS ( COL_NAME ) compute statistics;

沒有留言:

LinkWithin-相關文件

Related Posts Plugin for WordPress, Blogger...