Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2045557
  • 博文数量: 354
  • 博客积分: 4955
  • 博客等级: 上校
  • 技术积分: 4579
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-21 11:46
文章分类

全部博文(354)

文章存档

2015年(1)

2013年(4)

2012年(86)

2011年(115)

2010年(67)

2009年(81)

我的朋友

分类:

2011-06-03 09:26:40

今天在启动时

 SQL> startup
instance started.

Total System Global Area 167772160 bytes
Fixed Size 1247876 bytes
Variable Size 71304572 bytes
Database Buffers 88080384 bytes
Redo Buffers 7139328 bytes
Database mounted.
ORA-00600: internal error code, arguments:,, [],
, []

也就是在open阶段时出错

这个错误一般是断电造成的

可以用以下方法解决

startup mount;

recover database;

alter database open;

阅读(888) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~