统计整个用户的数据
begin dbms_stats.gather_schema_stats(‘dbuser‘, degree=>8); end;
ORACLE 收集统计整个用户数据
原文:https://www.cnblogs.com/bert227/p/13305363.html