免费注册 查看新帖 |

Chinaunix

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

很急啊,RAC的日志问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-11-10 11:15 |只看该作者 |倒序浏览
在某个ORACLE RAC系统运行的过程中,出现了ORA-00257 archiver error. Connect internal only, until freed.错误
我将archive目录下的归档文件删除了,在删除的过程中,不小心删除了一个归档日志文件yxbz_redo2_2.log。
将节点2的数据库实例shutdown,再重新open,只能到mount状态,alter database open时提示ORA-00341错误,标题中的日志#错误
此问题该如何解决?请各位高手出手相助,不胜感激!

论坛徽章:
0
2 [报告]
发表于 2004-11-11 00:58 |只看该作者

很急啊,RAC的日志问题

The first, if your database is in products env, don't make testing in that, following method can used in test env only!!!

Do you delete a non-current redo log?
if yes. you deleted log file is the redo log that not finish archive operation.now you can do following.

shutdown database immediate(must not be abort)
cold whole backup database(backup current env)

change cluster_database=false
connect the instance you deleted log
alter system archive log stop
change database to non-archive mode
you may startup database
or
startup mount
alter database open resetlog(make sure env, carefully)
if ok
shutdown database immediate
re-startup
cold whole backup database

startup mount
change it to archive mode at each node
alter database open
alter cluster_database=true(restore to RAC mode)
alter system archive log start (start archive operation)

FYI..

if you delete current redo log, so difficultly to restore, need modify "__"prefix oracle internal parameter, and not reference here .
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP