免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 5034 | 回复: 13
打印 上一主题 下一主题

ora-603,600 错误请教 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-07-14 16:01 |只看该作者 |倒序浏览
Wed Jul 14 16:18:52 2004
Errors in file d:\oracle\product\10.1.0\admin\come\udump\come1_ora_3416.trc:
ORA-00603: ORACLE server session terminated by fatal error
ORA-00600: internal error code, arguments: [KGHFRE3], [0x32D193AC], [], [], [], [], [], []
ORA-00600: internal error code, arguments: [6008], [8], [], [], [], [], [], []

论坛徽章:
0
2 [报告]
发表于 2004-07-14 16:26 |只看该作者

ora-603,600 错误请教

每天生成10几个G 的trace 和log
可以不可以禁止全部纪录log的功能?

论坛徽章:
0
3 [报告]
发表于 2004-07-14 17:32 |只看该作者

ora-603,600 错误请教

不使用归档日志即可

论坛徽章:
0
4 [报告]
发表于 2004-07-14 17:43 |只看该作者

ora-603,600 错误请教

怎样设置?

论坛徽章:
0
5 [报告]
发表于 2004-07-14 18:05 |只看该作者

ora-603,600 错误请教

用oracle的OEM工具可以设置,也可以用以下命令:
archive log list;查看当前在什么模式下
shutdown;
startup mount;
alter database noarchivelog;
alter database open;
注意如果在noarchivelog模式下,将不能做到联机备份,如果你的机器要求24x7服务,最好在archivelog下,这样出现故障比较容易恢复

论坛徽章:
0
6 [报告]
发表于 2004-07-14 18:49 |只看该作者

ora-603,600 错误请教

hi,你说的是archive热备份模式把,
我的server没有运行archivelog 模式。但是由于有哦ora600错误,所以总是有udump,bdump的trace文件每天有10个G dump文件.
可以不可以设置数据库去掉自动记录log?
顺便水以下,我没法近metalink察看 ora-600的详细问题

论坛徽章:
59
2015七夕节徽章
日期:2015-08-24 11:17:25ChinaUnix专家徽章
日期:2015-07-20 09:19:30每周论坛发贴之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38荣誉版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年纪念徽章
日期:2015-07-20 11:05:27IT运维版块每日发帖之星
日期:2015-07-20 11:05:34操作系统版块每日发帖之星
日期:2015-07-20 11:05:36程序设计版块每日发帖之星
日期:2015-07-20 11:05:40数据库技术版块每日发帖之星
日期:2015-07-20 11:05:432015年辞旧岁徽章
日期:2015-07-20 11:05:44
7 [报告]
发表于 2004-07-14 20:56 |只看该作者

ora-603,600 错误请教

Bookmark Fixed font  Go to End

Doc ID:  Note:138586.1
Subject:  ORA-600 [17172]
Type:  REFERENCE
Status:  PUBLISHED
Content Type:  TEXT/PLAIN
Creation Date:  02-APR-2001
Last Revision Date:  21-MAY-2004


Note: For additional ORA-600 related information please read [NOTE:146580.1]  PURPOSE:               This article discusses the internal error "ORA-600 [17172]", what    it means and possible actions. The information here is only applicable    to the versions listed and is provided only for guidance.  ERROR:   ORA-600 [17172] [a]  VERSIONS:   versions 7.0 to 9.2  DESCRIPTION:    The recovery location must be nulled by the client.    We are trying to allocate memory from the Shared Pool and the caller    has not passed a pointer whose value is null.  ARGUMENTS:   Arg [a] Always 0  FUNCTIONALITY:   Heap Manager  IMPACT:   PROCESS FAILURE   MEMORY CORRUPTION   NON CORRUPTIVE - No underlying data corruption.  SUGGESTIONS:            There may well be additional ORA-600 [17XXX] errors reported along    with this one.    See if the problem will reproduce, many are one time occurrences.    Check all memory hardware and operating system logs for any additional    errors.    If the Known Issues section below does not help in terms of identifying   a solution, please submit the trace files and alert.log to Oracle   Support Services for further analysis.     Known Issues:   Bug# 3089086   See Note 3089086.8       OERI[17172] / SGA corruption possible at startup       Fixed: 9.2.0.5, 10G     Bug# 2065386   See Note 2065386.8       Mem. Corruption / OERI:KGHFRE2 / OERI:17172 possible using bitmap indexes       Fixed: 8.1.7.3, 9.0.1.3, 9.2.0.1   
.

论坛徽章:
59
2015七夕节徽章
日期:2015-08-24 11:17:25ChinaUnix专家徽章
日期:2015-07-20 09:19:30每周论坛发贴之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38荣誉版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年纪念徽章
日期:2015-07-20 11:05:27IT运维版块每日发帖之星
日期:2015-07-20 11:05:34操作系统版块每日发帖之星
日期:2015-07-20 11:05:36程序设计版块每日发帖之星
日期:2015-07-20 11:05:40数据库技术版块每日发帖之星
日期:2015-07-20 11:05:432015年辞旧岁徽章
日期:2015-07-20 11:05:44
8 [报告]
发表于 2004-07-14 20:58 |只看该作者

ora-603,600 错误请教

在Metalink里关于这个错误的说明太多了,说出你的具体的错误,我帮你看看啊!

论坛徽章:
0
9 [报告]
发表于 2004-07-14 22:29 |只看该作者

ora-603,600 错误请教

把trace文件也贴上来看看吧。

论坛徽章:
0
10 [报告]
发表于 2004-07-15 10:25 |只看该作者

ora-603,600 错误请教

看看会有帮助吗?
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:

timeouts

file corruption

failed data checks in memory

hardware, memory, or I/O errors

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:

events that led up to the error

the operations that were attempted that led to the error

the conditions of the operating system and databases at the time of the error

any unusual circumstances that occurred before receiving the ORA-00600 message

contents of any trace files generated by the error

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.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP