Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00600: internal error code, arguments: [25012], [12], [0], [], [], [],

- A -Jan 31 2011 — edited Jan 31 2011
Hi,

I am using oracle 9iR2(9.2.0.8) on linux redhat 4.My problem when i delete rows from one table then error is return
ORA-00600: internal error code, arguments: [25012], [12], [0], [], [], [], [],[]
What is possible causes?

Query is
DELETE FROM tablename
WHERE B_NO = 9875
AND Y_CODE = '2011' ;

In Alert log
Mon Jan 31 15:08:11 2011
Errors in file /oracle/db/admin/ORAPRD/udump/oraprd_ora_16438.trc:
ORA-00600: internal error code, arguments: [25012], [12], [0], [], [], [], [], []

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2011
Added on Jan 31 2011
8 comments
955 views