2021年5月12日 星期三

Oracle analyze 重點整理

 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


https://submarinechen.pixnet.net/blog/post/52798634