ora-600

点击数:478发布日期:2023-02-05 11:57:17 来源:老鹰

ORA-600 概述
ORA-600 是一个非常头疼的一个错误。比如:
ORA-00600:internal error code, arguments: [4194], [43], [46], [], [], [], [], []
这个就是undo 损坏出现故障的一个提示信息。关于这种情况的解决方法,参考blog:
Errorsof the form ORA-600 are called internal errors. This section clarifies themisunderstanding of ORA-600s being synonymous with corruption.
An ORA-600 usually has up to five arguments associated withit which gives Oracle support and developers more information about theerror. The first argument of an ORA-600 indicates wherein the source code an unexpected condition was encountered. Theremaining arguments give information about the variables and data beingexamined. An analyst can then determine if the error was the result of sometype of corruption.
Oracle server source code is subdivided into about 13different layers or modules,each of which is assigned a range of ORA-600 errors. Of these, only some rangespertain directly to the types of corruption described in this paper.
ORA-600通常有5个参数,第one个参数表示的是异常的source code位置。 Oracle Server source code 大致分为了13个不同的layers 和 modules。 关于第one个参数的具体说明,在MOS 的文档:[ID175982.1],有详细的说明。


下一篇:数据恢复

上一篇:数据库掉电

图文推荐