ORA-00600 [message #145584] |
Thu, 03 November 2005 23:48 |
d.dineshkumar
Messages: 211 Registered: April 2005 Location: Kolkatta
|
Senior Member |
|
|
hi all,
What actually this error means.Internal error.
And how to interpret it.The total error message is as follows:
ORA-00600: intern feilkode, argumenter: [12333], [0], [84], [0], [], [], [], []
Here what is 12333 and 84.
Pls help us to know something more regarding this error.
Thanks
Dinesh
|
|
|
Re: ORA-00600 [message #145606 is a reply to message #145584] |
Fri, 04 November 2005 02:53 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
These might be helpful to you:
Quote: | Oracle’s extensive self-checking helps detect internal errors.
Oracle uses the following catchall message for Oracle internal exceptions:
ORA-00600: internal error code, arguments: [num], [], [],[],[],[]
An actual message might appear as follows:
ORA-00600: internal error code, arguments: [1042], [3],[upilam], [], [],[]
Trace Files
Using Messages 1-5
Notice that the message text is followed by up to six arguments, which indicate the
origin and attributes of the error. The first argument is the internal error number.
Other arguments are various numbers, names, and character strings. Empty
brackets may be ignored.
In addition to being returned to the user, internal errors are also written to the Alert
file along with additional information about the event causing the message. The
Alert file also lists any trace files that may have been generated because of an
internal error. See the following sections for descriptions of the trace and alert files.
If you receive an ORA-00600 message, report it to Oracle Customer Support.
|
Some other useful info:
Quote: |
ORA-00600: internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]
Cause: This is the generic internal error number for Oracle program exceptions. It indicates that a process has encountered a low-level, unexpected condition. Causes of this message include:
* timeouts
* file corruption
* failed data checks in memory
* hardware, memory, or I/O errors
* incorrectly restored files
The first argument is the internal message number. Other arguments are various numbers, names, and character strings. The numbers may change meanings between different versions of Oracle.
Action: Report this error to Oracle Support Services after gathering the following information:
* events that led up to the error
* the operations that were attempted that led to the error
* the conditions of the operating system and databases at the time of the error
* any unusual circumstances that occurred before receiving the ORA-00600 message
* contents of any trace files generated by the error
* the relevant portions of the Alter files
Note: The cause of this message may manifest itself as different errors at different times. Be aware of the history of errors that occurred before this internal error.
|
[Updated on: Fri, 04 November 2005 02:54] Report message to a moderator
|
|
|
|