Oracle7 Server Messages

Contents Index Home Previous Next

Oracle Exception Messages

Oracle's extensive self-checking helps detect internal errors. Rather than frustrate you with cryptic messages, 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], [], [],[] 

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 as a software bug to customer support.


Contents Index Home Previous Next