Saturday, January 26, 2013

ORA-00600: internal error code, arguments: [%s], [%s],[%s], [%s], [%s] (#2)

ORA-00600: internal error code, arguments: [%s], [%s],[%s], [%s], [%s] (#2)
Coming in at number 2 is a generic error; it means something serious has gone wrong and you are going to need to roll up your sleeves, dig in, and find out what. But you are not without clues. Your alert.log file will contain the path to your trace file. You will want to look in it, as a record is written to the trace file every time an ORA-00600 error occurs. Take the information you get from your trace file and the first argument in the square brackets (the internal message number), and head over to My Oracle Support (Metalink). There you will find a handy ORA-0600 lookup tool (Note 153788.1) that will direct you to additional information that will help you solve your problem.

No comments:

Post a Comment