I ran the following and got an error. Any idea? I noticed after I ran it that my DBA_TAB_MODIFICATION view has no records even though I ran gather_schema_stats yesterdays
SQL> exec dbms_stats.gather_schema_stats(ownname=>'MASTER_TEST2',estimate_percent=>20,degree=>16,cascade=>true,options=>'GATH ER EMPTY'); BEGIN dbms_stats.gather_schema_stats(ownname=>'MASTER_TEST2',estimate_percent=>20,degree=>16,cascade=>true,options=>'GATHER E MPTY'); END; * ERROR at line 1: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "SYS.DBMS_STATS", line 4609 ORA-06512: at "SYS.DBMS_STATS", line 4732 ORA-06512: at "SYS.DBMS_STATS", line 4704 ORA-06512: at line 1 -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: <[EMAIL PROTECTED] INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
