Ora-600[4194] [message #244507] |
Wed, 13 June 2007 02:35 |
tkmittal1
Messages: 143 Registered: May 2007 Location: Delhi
|
Senior Member |
|
|
Hi Dear
I m using oracle 8.1.5 on win 2003 server. I m getting following error. It's come any time while we perform any DDL or DML
ORA-00600: internal error code, arguments: [4194], [3], [2], [], [], [], [], []
Current SQL statement for this session:
alter index newton.ACT_M_PK rebuild tablespace newton_index
kindly help us
it's production database
|
|
|
Re: Ora-600[4194] [message #244514 is a reply to message #244507] |
Wed, 13 June 2007 02:50 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Please always post your Oracle version (4 decimals).
ora-00600: internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]
*Cause: This is the generic internal error number for Oracle program
exceptions. This indicates that a process has encountered an
exceptional condition.
*Action: Report as a bug - the first argument is the internal error number
=> Search on Metalink or/and call Oracle support.
Btw, 8.1.5 has been desupported since January 2001 so don't hope any help from Oracle. The only answer will be "upgrade".
Regards
Michel
[Updated on: Wed, 13 June 2007 02:52] Report message to a moderator
|
|
|
|
Re: Ora-600[4194] [message #244900 is a reply to message #244588] |
Thu, 14 June 2007 09:23 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
Hi
Check for block corruption in rollback segments.
This error may result due to mismatch between redo record & rollback record.
--Girish
|
|
|