DBMS_STATS Error 2005-10-24 - By DBA Deepak
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 (See ORA-06521.ora-code.com): PL/SQL: Error mapping function ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_STATS", line 9643 ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_STATS", line 9657 ORA-06512 (See ORA-06512.ora-code.com): at line 2 Any pointers to the problem...?
-- Regards,
Deepak Oracle DBA
<div>Hi All,</div> <div> </div> <div>Getting error while executing the following...</div> <div> </div> <div>SQL> begin<br> 2 dbms_stats .gather_table_stats(ownname=> 'USER01', tabname=> 'MY_TBL', partname=> NULL);<br> 3 end;<br> 4 /<br> begin<br>*<br>ERROR at line 1:<br>ORA-06521 (See ORA-06521.ora-code.com): PL/SQL: Error mapping function <br>ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_STATS", line 9643 <br>ORA-06512 (See ORA-06512.ora-code.com): at " ;SYS.DBMS_STATS", line 9657 <br>ORA-06512 (See ORA-06512.ora-code.com): at line 2 </div> <div> </div> <div>Any pointers to the problem...?<br clear="all"><br>-- <br>Regards,<br><br >Deepak<br>Oracle DBA </div>
|
|