ORA-00600: internal error code, arguments: [25012], [12], [0], [], [], [],
- A -Jan 31 2011 — edited Jan 31 2011Hi,
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