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

Home -> Community -> Mailing Lists -> Oracle-L -> DBMS_STATS error

DBMS_STATS error

From: <rgaffuri_at_cox.net>
Date: Thu, 12 Jun 2003 05:52:00 -0700
Message-ID: <F001.005AFFFE.20030612044923@fatcity.com>


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). Received on Thu Jun 12 2003 - 07:52:00 CDT

Original text of this message

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