Calculer les statistiques

Pour calculer les statistiques d’un schéma :

SQL> EXEC DBMS_STATS.Gather_Schema_Stats('SCOTT');

Pour calculer les statistiques d’une base :

SQL> DBMS_STATS.Gather_Database_Stats;

Laisser un commentaire