首页
论坛
门户
空间
手机版
IXPUB
插件
收藏
设置
注册
登录
商店
搜索
培训
Wiki
Blog
归档
丛书
退出
ITPUB论坛
»
Oracle开发
» 600错误求助
‹‹ 上一主题
|
下一主题 ››
投票
交易
悬赏
活动
评价
|
打印
|
推荐
|
订阅
|
收藏
标题: 600错误求助
yichao
初级会员
精华贴数 0
个人空间
0
技术积分 12 (75045)
社区积分 0 (183054)
注册日期 2004-10-19
论坛徽章:0
#1
使用道具
发表于 2005-6-21 18:10
600错误求助
1. Errors in file /u01/app/oracle/admin/oral/bdump/lgwr_800.trc:
ORA-00600: internal error code, arguments: [2103], [0], [0], [1], [900], [], [], []
LGWR: terminating instance due to error 600
2.Errors in file /u01/app/oracle/admin/oral/bdump/ora_908.trc:
ORA-00600: internal error code, arguments: [12235], [], [], [], [], [], [], []
Wed Jan 12 18:31:22 2005
__________________
Freedom is not free!
只看该作者
cc59
Love oracle
精华贴数 0
个人空间
326
技术积分 10885 (108)
社区积分 13746 (106)
注册日期 2004-8-13
论坛徽章:68
#2
使用道具
发表于 2005-6-21 18:13
你可以看管理版的精华区帖子。
__________________
My blog: tuning rac and using parallel
msn:liuyi8903@hotmail.com
只看该作者
cc59
Love oracle
精华贴数 0
个人空间
326
技术积分 10885 (108)
社区积分 13746 (106)
注册日期 2004-8-13
论坛徽章:68
#3
使用道具
发表于 2005-6-21 18:15
http://www.itpub.net/showthread.php?threadid=371805
__________________
My blog: tuning rac and using parallel
msn:liuyi8903@hotmail.com
只看该作者
yichao
初级会员
精华贴数 0
个人空间
0
技术积分 12 (75045)
社区积分 0 (183054)
注册日期 2004-10-19
论坛徽章:0
#4
使用道具
发表于 2005-6-22 17:49
谢谢帮忙,
只是链接帖子中的600错误的参数和我遇到的不一样
可能会是不一样的原因吧
__________________
Freedom is not free!
只看该作者
dragondb
高级会员
精华贴数 0
个人空间
70
技术积分 2442 (641)
社区积分 2251 (544)
注册日期 2003-5-5
论坛徽章:10
#5
使用道具
发表于 2005-6-22 18:26
看看这个
Problem Description:
==================== ORA-00600 [2103] during peak processing period Problem Explanation:
==================== The controlfile "enqueue" could not be acquired after waiting for a specific time period. The default is for 15 minutes (900 seconds). At times the database immediately abended after the error. At other times, that database would receive multiple ORA-600 [2103] [900] errors before abending. Search Words:
============= IBM AIX async I/O IO CKPT checkpoint timeout OS hardware Solution Description:
===================== Contact your OS hardware vendor to check on I/O performance. Also check for any hardware errors. Solution Explanation:
==================== If you are experiencing this problem on an IBM AIX (319 or 610) platform, check out IBM patch 81863. If you are on a generic platform, this is still an OS or hardware issue. The I/O is simply too slow to complete the CKPT process that is holding the enqueue. Hardware failures or slow disk writes will cause the default timeout interval of 900 seconds (15 minutes) waiting for the controlfile enqueue to be reached and the instance will crash. The workaround of increasing the parameter _controlfile_enqueue_timeout to a value greater than 900 may avoid the error if the writes are merely slow, but not completely stopped. This problem is normally seen during peak processing periods when you have a lot of database files to checkpoint. Even if you have a lot of files in your database, the default timeout period of 15 minutes should be sufficient. For example if you have 1,000 datafiles and the CKPT process is exceeding 15 minutes, then it amounts to close to 1 second per file. This is a completely unreasonable response time from the disk drives with today's disk speeds. In all cases, when encountering this error, you should contact your OS hardware vendor, as this is not considered as an Oracle bug and the hardware should be evaluated. When Asynchronous I/O is used, there may also be an O/S patch required, so customers should consult their O/S vendor when these errors are encountered. The following suggestions will help, if it is impossible to improve your I/O performance on the hardware. 1. Determine if async I/O is in use in any form. Do not use multiple db writers when async I/O is used. 2. Use multiple DB writers if async I/O is not allowed on the device. 3. Tune redo logs and the checkpoint process to reduce the frequency of encountering this problem. Lastly, check out [BUG:700416] ARCH OR DBWR PERIODICALLY CRASHES DB WITH ORA- 600 [2103] to increase the timeout period. Please note use of any underscore parameter is not recommended. References ========== 1. The following are port specific. PR:1058389.6: IBM AIX 4.3:ORA-00600 [2103] TIMEOUT ON CONTROLFILE ENQUEUE APPLY IBM PATCH IX 81863
__________________
一切才刚刚开始......
只看该作者
yichao
初级会员
精华贴数 0
个人空间
0
技术积分 12 (75045)
社区积分 0 (183054)
注册日期 2004-10-19
论坛徽章:0
#6
使用道具
发表于 2005-6-23 09:54
谢谢了
__________________
Freedom is not free!
只看该作者
cculove
初级会员
精华贴数 0
个人空间
0
技术积分 11 (81447)
社区积分 0 (1280602)
注册日期 2007-7-8
论坛徽章:0
#7
使用道具
发表于 2008-6-30 12:23
第一个前面的人说的很详细了,由于控制文件在900秒内没写入导致的。升级到.5就可以解决 。
第二个600 【12235】这个直接忽略好了,在操作系统里面输入oracle就会发生,无关痛痒的一个600
只看该作者
jvkojvko
小马哥
精华贴数 1
个人空间
0
技术积分 5598 (235)
社区积分 44500 (17)
注册日期 2007-9-10
论坛徽章:20
#8
使用道具
发表于 2008-6-30 13:04
学习
__________________
马无夜草不肥,人无外财不富。
-------------------------------
长期高价出售奥运章
只看该作者
投票
交易
悬赏
活动
相关内容
ITPUB论坛
≡ 数据库技术 ≡
> Oracle数据库管理
> Oracle开发
> Oracle Developer Suite
> Oracle入门与认证
> Oracle专题深入讨论
> Oracle新技术/11g
> Oracle电子文档
> Oracle Application Server套件
> IBM数据库产品
> MS SQL Server
> Sybase管理与开发
> MySQL及其它开源数据库
> 内存数据库
> 数据仓库与数据挖掘
> 移动及嵌入式数据库
≡ 企业信息化 ≡
> ERP产品与实践
> CRM产品与实践
> HR产品与实践
> 物流
> 供应链
> 供应链建模与仿真
> 物流设备与系统工程
> 企业管理咨询
> 管理协同与办公自动化
> IT服务管理
> 数据中心建设
> ERP二次开发
> Oracle ERP
> EBS相关文档
> PeopleSoft与JDE
> SAP R/3
> SAP Business One开发与快速实施
> SAP财务及CRM
> SAP后勤及HR
> mySAP ERP
> 系统开发及跨应用设置
> SAP相关文档
> 国外其它ERP产品
> 国内ERP产品
≡ 开发技术 ≡
> Java入门与认证版
> Java web开发及框架技术
> Java企业开发
> ASP.NET【已迁移到微软开发技术论坛】
> .Net企业开发与应用【已迁移到微软开发技术论坛】
> WEB程序开发
> WEB 2.0技术
> 动态语言
> 移动与游戏开发
≡ 系统设计与项目管理 ≡
> 系统分析与UML
> 系统分析与UML精华区
> 项目管理
> 项目过程
> 软件测试
> 算法讨论与研究
≡ IBM软件技术园地 ≡
> IBM数据库产品
> Lotus
> Tivoli
> Websphere
> Rational
> 与SOA相关的IBM产品与技术
> IBM软件技术精英协会
> 软件技术精英活动专版
≡ 操作系统与硬件 ≡
> AIX及IBM产品【已迁移到IXPUB】
> HP-UX及HP产品【已迁移到IXPUB】
> Solaris及SUN产品【已迁移到IXPUB】
> Linux及其应用 【已迁移到IXPUB】
> 其它UNIX系统【已迁移到IXPUB】
> windows系统及微软相关产品 【已迁移到IXPUB】
> 存储设备与容灾技术 【已迁移到IXPUB】
> 服务器 【已迁移到IXPUB】
≡ 行业纵向讨论区 ≡
> IT业界评论与展望
> 政府与教育事业
> 中国政府信息主管联盟
> 电信行业
> 金融行业
> 医卫行业
> 制造行业
> 电力行业
> 信息安全与审计
≡ 会员交流 ≡
> IT职业生涯
> 招聘求职商务信息
> 体育世界
> 体育博彩专版
> 旅游,驴友
> 汽车世界
> 外语角
> 数码摄影
> 你的故事我的歌
> 音乐推荐区
> 电子图书与IT文档资料
> 软件交流
> 软件交流精华区
≡ ITPUB产品与服务 ≡
> ITPUB地面活动专版
> BLOG天地
> WIKI世界
> 授权用户区
> 站务管理
≡ 微软开发技术 ≡
> 开发工具和语言
> .NET Framework 相关
> Visual Basic/VB.net
> Visual C#
> Visual C++/vc.net
> Visual Studio
> .NET软件架构与模式
> .NET开发辅助工具及框架
> Web开发
> ASP.NET与AJAX
> Web相关技术讨论(IIS等)
> Silverlight 技术
> 微软企业级产品技术
> SQL Server
> windows server
> SharePoint
> Exchange Server
> Biztalk
> 嵌入式及移动开发
> Windows Embedded 嵌入式技术
> Windows 移动设备
> Office开发
> Microsoft office system
> Office Business Application
> 微软产品用户交流区
> .Net电子书籍&&书籍介绍
> .Net人才交流
技术积分榜
社区积分榜
徽章
电子杂志
会员
团队
统计
邮箱
游乐场
帮助
TOP
CopyRight 1999-2006 itpub.net All Right Reserved.
北京皓辰广域网络信息技术有限公司. 版权所有
E-mail:Webmaster@itpub.net
京ICP证:010037号
联系我们
法律顾问
控制面板首页
编辑个人资料
积分交易
公众用户组
好友列表
升级个人空间
基本概况
论坛排行
主题排行
发帖排行
积分排行
在线时间
管理团队
管理统计