SQL> exec dbms_stats.gather_schema_stats(ownname => ‘c##sapr3‘,options => ‘GATHER AUTO‘, estimate_percent => dbms_stats.auto_sample_size,method_opt => ‘for all columns size repeat‘,degree =>15) PL/SQL procedure successfully completed.
原文:https://www.cnblogs.com/tingxin/p/12663682.html