1 2 3 4 5 6 7 8 9 10 11 |
SQL> Begin 2 dbms_stats.set_system_stats ('cpuspeed', 1680) ; 3 dbms_stats.set_system_stats ('sreadtim', 5) ; 4 dbms_stats.set_system_stats ('mreadtim', 10 ) ; 5 dbms_stats.set_system_stats ('mbrc', 8 ) ; 6 end ; 7 / PL/SQL procedure successfully completed. SQL> |