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:1.timeouts 
2.file corruption 
3.failed data checks in memory 
4.hardware, memory, or I/O errors 
5.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:1.events that led up to the error 
2.the operations that were attempted that led to the error 
3.the conditions of the operating system and databases at the time of the error 
4.any unusual circumstances that occurred before receiving the ORA-00600 message 
5.contents of any trace files generated by the error 
6.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.

解决方案 »

  1.   

    supershb(phenix) 
    能不能用中文给点提示啊,
    小弟的E文很烂的,怕理解错误,谢谢!!
      

  2.   

    insert into t_temp_fact (para_id,area_id,para_value) 
    (select max('C-0.5.4-12.4-16.2-1Q.E.3'),area_code,sum(s_c) from t_temp1 
    where RA1 = 32 and R05 = 1 and R03 = 2 group by area_code);
      

  3.   

    你创建和t_temp_fact一样的表,向这个表里插入数据,看有没有问题。
      

  4.   

    我估计是临时表空间不够
    你把temp表空间改大点试试
    就改成以前的十倍大