Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> package SYS.DBMS_STATS

package SYS.DBMS_STATS

From: se <s.ciavaldini_at_free.fr>
Date: Fri, 8 Jul 2005 14:19:57 +0200
Message-ID: <42ce7065$0$25021$8fcfb975@news.wanadoo.fr>


Hello,
When I execute the statistic package: SYS.DBMS_STATS, on my database whith more 9.000.000 records

    My scrip with system/manager
    exec
dbms_stats.gather_schema_stats(ownname=>'ENAV',estimate_percent=>10,cascade=>TRUE

I have this error message. What can I do? BEGIN
dbms_stats.gather_schema_stats(ownname=>'ENAP',estimate_percent=>10,cascade=>TRUE); END; ERREUR à la ligne 1 :

ORA-00933: La commande SQL ne se termine pas correctement
ORA-06512: à "SYS.DBMS_STATS", ligne 9375
ORA-06512: à "SYS.DBMS_STATS", ligne 9857
ORA-06512: à "SYS.DBMS_STATS", ligne 10041
ORA-06512: à "SYS.DBMS_STATS", ligne 10095
ORA-06512: à "SYS.DBMS_STATS", ligne 10072
ORA-06512: à ligne 1


Thank.
Se, the frenchie Received on Fri Jul 08 2005 - 07:19:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US