ORA-00600: internal error code, arguments
Oracle Version : 11.2.0.1(Standard Edition)
Linux Version : RHEL-5
When we are analyzing the schema using dbms_stats we are getting below error.
Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
SQL> exec dbms_stats.gather_schema_stats('VSPROD_TEST');
BEGIN dbms_stats.gather_schema_stats('VSPROD_TEST'); END;
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [15851], [3], [2], [1], [1], [], [],
[], [], [], [], []
ORA-06512: at "SYS.DBMS_STATS", line 20508
ORA-06512: at "SYS.DBMS_STATS", line 20993
ORA-06512: at "SYS.DBMS_STATS", line 21073
ORA-06512: at "SYS.DBMS_STATS", line 21030
ORA-06512: at line 1
SQL>
Thanks & Regards,
Poorna Prasad.S