博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
What is an ORA-600 Internal Error? (文档 ID 146580.1)
阅读量:5214 次
发布时间:2019-06-14

本文共 1411 字,大约阅读时间需要 4 分钟。

ORA-600 errors are raised from the kernel code of the Oracle RDBMS software when an internal inconsistency is detected or an unexpected condition is met. This situation is not necessarily a bug as it might be caused by problems with the Operating System, lack of resources, hardware failures, etc.

With the ORA-600 error comes a list of arguments in square brackets. The first of these arguments tells us from where in the code the error was caught and thus is the key information in identifying the problem. This argument is either a number or a character string. The remaining arguments are used to supply further information (e.g. values of internal variables etc).
Whenever an ORA-600 error is raised a trace file is generated and an entry written to the alert.log with details of the trace file location. Starting with Oracle Database 11g Release 1, the diagnosability infrastructure was introduced which places the trace and core files into a location controlled by the DIAGNOSTIC_DEST initialization parameter when an incident, such as an ORA-600 is created. For earlier versions, the trace file will be written to either USER_DUMP_DEST (if the error was caught in a user process) or BACKGROUND_DUMP_DEST (if the error was caught in a background process like PMON or SMON). The trace file contains vital information about what led to the error condition.

转载于:https://www.cnblogs.com/bwdata/p/3896263.html

你可能感兴趣的文章
全球前50大名站
查看>>
使用gradle建立java application
查看>>
.Net 转战 Android 4.4 日常笔记(5)--新软件Android Studio 0.5.8安装与配置及问题解决...
查看>>
16 两点注意事项
查看>>
Linux服务器配置tomcat步骤
查看>>
单元测试
查看>>
百度地图获取当前位置
查看>>
django 多数据库配置
查看>>
IP 协议
查看>>
Django admin简单介绍
查看>>
C#线程同步(3)- 互斥量 Mutex
查看>>
MySQL全文索引--转载
查看>>
[转载] C#面向对象设计模式纵横谈——18 Iterator迭代器模式
查看>>
Vue的路由动态重定向和导航守卫
查看>>
p67交换幺环为整环的充要条件
查看>>
WPF 重写微调自带的样式,ListView、DataGrid、TreeView等所有控件的默认样式
查看>>
bzoj3694: 最短路(树链剖分/并查集)
查看>>
冲刺Two之站立会议10
查看>>
配置docker容器上ssh无密登录
查看>>
vue中给buttion按钮添加键盘回车(enter)事件
查看>>