ORA-00600 Internal Error in Production database
Hi,
We have implemented our Production Database in Oracle database 11.2.0.3 with Oracle Data Guard physical standby database.
Last Tuesday we noticed ORA-00600 error in alert log file after users accessed a particular section of the application. I found the issue was with a particular table from the trace file. When we analyzed the able we got the following error:
SQL> analyze table SCHEMA.TABLE_NAME validate structure cascade online;
analyze table SCHEMA.TABLE_NAME validate structure cascade online
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [],
[], [], [], [], []
We analyzed all the indexes associated with the affected table and all indexes were analyzed successfully. But when we analyzed the table again we got the same ORA-00600 error.