免费注册 查看新帖 |

Chinaunix

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

[SCO UNIX] oracle数据库启动报错!求助! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-01-16 09:31 |只看该作者 |倒序浏览
startup
ORACLE instance started.
Total System Global Area                        546205412 bytes
Fixed Size                                          69348 bytes
Variable Size                                   341164032 bytes
Database Buffers                                204800000 bytes
Redo Buffers                                       172032 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open

论坛徽章:
0
2 [报告]
发表于 2004-01-16 09:42 |只看该作者

oracle数据库启动报错!求助!

1、shutdown immediate
2、startup mount
3、select * from v$controlfile;
4、alter database open;
5、alter database open resetlogs;
一般情况下就可以解决,如果不行,可以用备份的控制文件覆盖掉现在的控制文件
如果再不行,就得用recover 了.
祝你好运!

论坛徽章:
0
3 [报告]
发表于 2004-01-16 09:44 |只看该作者

oracle数据库启动报错!求助!

redo文件与数据文件checkpoint num不一致引起,可能你不正常shutdown数据库引起。
使用startup with resetlogs看看。
这样把你的所有redu log的ck num置为了0。

论坛徽章:
0
4 [报告]
发表于 2004-01-16 09:54 |只看该作者

oracle数据库启动报错!求助!

先谢谢楼上两位! 我来试一下

论坛徽章:
0
5 [报告]
发表于 2004-01-16 10:03 |只看该作者

oracle数据库启动报错!求助!

SVRMGR>; startup mount
ORACLE instance started.
Total System Global Area                        546205412 bytes
Fixed Size                                          69348 bytes
Variable Size                                   341164032 bytes
Database Buffers                                204800000 bytes
Redo Buffers                                       172032 bytes
Database mounted.
SVRMGR>; select * from v$controlfile;
STATUS  NAME

------- ------------------------------------------------------------------------
--------
        /weboradb/oradata/oradata/ahoradb/control01.ctl

        /weboradb/oradata/oradata/ahoradb/control02.ctl

       /weboradb/oradata/oradata/ahoradb/control03.ctl

3 rows selected.
SVRMGR>; alter database open;
alter database open
*
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SVRMGR>; alter database open resetlogs;
alter database open resetlogs
*
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/weboradb/oradata/oradata/ahoradb/
system01.dbf'
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP