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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: DBMS_STATS Error

Re: DBMS_STATS Error

From: Enrique Fernandez-Pampillon <oracle.pampillon_at_gmail.com>
Date: Mon, 24 Oct 2005 16:34:41 +0200
Message-ID: <7ba974f50510240734y5dd0b30sc01e868870ed4290@mail.gmail.com>


Was your Oracle well installed?. The problem is Oracle isn't be able to link a dynamic library. Has the alert any message? LD_LIBRARY_PATH well configured?
 HTH
 Enrique

 On 10/24/05, DBA Deepak <oracle.tutorials_at_gmail.com> wrote:
>
> 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
>

--
------------------------------------------------
Enrique

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 24 2005 - 09:43:59 CDT

Original text of this message

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