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;
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;
Vous devez être connecté pour rédiger un commentaire.