ORA-00600 什么错误啊?
我的代码是:
create table bb as select a.*,b.name,b.pitem from table1 a,table2 b where a.bitem=b.bitem(+);
运行了5分钟出现错误 如下:
ERROR 位于第 1 行:
ORA-00600: 内部错误代码,自变量: [kcbgtcr_4], [27834], [27846], [1049601], [1],
[], [], []
是什么原因阿!大家都看看 遇到过这种情况吗?
问题点数:0、回复次数:2Top
1 楼CodeMagic(ErrorDetector)回复于 2004-08-04 18:26:51 得分 0
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:
n timeouts
n file corruption
n failed data checks in memory
n hardware, memory, or I/O errors
n 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:
n events that led up to the error
n the operations that were attempted that led to the error
n the conditions of the operating system and databases at the time of the error
n any unusual circumstances that occurred before receiving the ORA-00600
message
n contents of any trace files generated by the error
n 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.Top
2 楼happylyc83()回复于 2004-08-04 18:53:20 得分 0
没有啊! 我关机,重启了!!现在在运行,5分钟过了!错误没有了,我估计是系统或者网路的事!!
你说的错误我在网上见过,不过没有在实践中遇到过!Top




