What is an ORA-600 Internal Error? (文档 ID 146580.1)

In this Document

  Purpose
  Details
  References

APPLIES TO:

Oracle Server - Personal Edition
Oracle Server - Standard Edition
Oracle Server - Enterprise Edition - Version 7.0.16.0 and later
Information in this document applies to any platform.
***Checked for relevance on 16-Jan-2013***

PURPOSE

This article provides a brief description of ORA-600 Internal Errors.

DETAILS

ORA-600 errors are raised from the kernel code of the Oracle RDBMS software when an internal inconsistency is detected or an unexpected condition is met. This situation is not necessarily a bug as it might be caused by problems with the Operating System, lack of resources, hardware failures, etc. 

With the ORA-600 error comes a list of arguments in square brackets. The first of these arguments tells us from where in the code the error was caught and thus is the key information in identifying the problem. This argument is either a number or a character string. The remaining arguments are used to supply further information (e.g. values of internal variables etc). 

Whenever an ORA-600 error is raised a trace file is generated and an entry written to the alert.log with details of the trace file location. Starting with Oracle Database 11g Release 1, the diagnosability infrastructure was introduced which places the trace and core files into a location controlled by the DIAGNOSTIC_DEST initialization parameter when an incident, such as an ORA-600 is created. For earlier versions, the trace file will be written to either USER_DUMP_DEST (if the error was caught in a user process) or BACKGROUND_DUMP_DEST (if the error was caught in a background process like PMON or SMON). The trace file contains vital information about what led to the error condition.

 

 

 Video - What is an ORA-600 Internal Error? (03:21) 

REFERENCES


NOTE:18485.1 - OERR: ORA 600 "internal error code, arguments: [%s],[%s],[%s], [%s], [%s],
 
 

附件

   
 
  • Note 146580.1.(3 MB)
 
 

相关内容

   
 
 

产品

   
 
  • Oracle Database Products > Oracle Database > Oracle Database > Oracle Database - Personal Edition > RDBMS > ORA-600 by dbase unrelated to another product or component
  • Oracle Database Products > Oracle Database > Oracle Database > Oracle Database - Standard Edition > Generic RDBMS > ORA-600 by dbase unrelated to another product or component
  • Oracle Database Products > Oracle Database > Oracle Database > Oracle Database - Enterprise Edition > RDBMS > ORA-600 by dbase unrelated to another product or component
 

关键字

   
 
BACKGROUND_DUMP_DEST; DYNAMIC ADV USE; USER_DUMP_DEST
 

错误

   
 
600 ERROR

你可能感兴趣的:(What is an ORA-600 Internal Error? (文档 ID 146580.1))