|
|
最初由 Yong Huang 发布
[B]Correction/addition. The problem is really the mix of analyze and dbms_stats. Somebody can spend time listing all the missing statistics under all conditions when you mix the two stats collection methods. It may not be worth the effort though. Analyze delete after dbms_stats.delete_table_stats doesn't delete all stats. So the list should also include anomalies of NOT deleting stats under XYZ conditions.
Yong Huang [/B]
Thank you very much! |
|