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: DBA Deepak <oracle.tutorials_at_gmail.com>
Date: Mon, 24 Oct 2005 19:10:47 +0530
Message-ID: <75aa80160510240640u544c2cecp9cfafbebcabfb9c8@mail.gmail.com>


Hi All,
 Getting error while executing the following...  SQL> begin
2 dbms_stats.gather_table_stats(ownname=> 'USER01', tabname=> 'MY_TBL', partname=> NULL);
3 end;
4 /
begin
*
ERROR at line 1:

ORA-06521: PL/SQL: Error mapping function
ORA-06512: at "SYS.DBMS_STATS", line 9643
ORA-06512: at "SYS.DBMS_STATS", line 9657
ORA-06512: at line 2

 Any pointers to the problem...?

--

Regards,

Deepak
Oracle DBA

--

http://www.freelists.org/webpage/oracle-l Received on Mon Oct 24 2005 - 08:44:21 CDT

Original text of this message

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