lorsque j'effectue la requete suivante pour optimisé les stats j'ai une erreure que je ne comprend pas :
Code:
1
2
3
4
5
6
7
8
9
10 SQL> exec dbms_stats.gather_table_stats(ownname=>'user',tabname=>'P_DESG',estimate_percent=>100,degree=>4,cascade=>TRUE); BEGIN dbms_stats.gather_table_stats(ownname=>'user',tabname=>'P_DESG',estimate_percent=>100,degree=>4,cascade=>TRUE); END; * ERREUR à la ligne 1 : ORA-00979: N'est pas une expression GROUP BY ORA-06512: à "SYS.DBMS_STATS", ligne 13182 ORA-06512: à "SYS.DBMS_STATS", ligne 13202 ORA-06512: à ligne 1