Oracle analyze 重點整理
dbms_stats.gather_table_stats(ownname , tabname,3,TRUE);
ANALYZE table ownname.tabname estimate statistics sample 5 percent;
http://mylinoraclesql.blogspot.com/2013/08/analyze.html
https://www.cnblogs.com/kerrycode/p/12259188.html