SQL sammeln Statistiken, um die Leistung zu erhöhen

exec dbms_stats.set_global_prefs('DEGREE', DBMS_STATS.AUTO_DEGREE)
Terrible Tarsier