aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-01610: recovery using the BACKUP CONTROLFILE option must be done

ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
Cause: Either an earlier database recovery session specified BACKUP CONTROLFILE, or the control file was recreated with the RESETLOGS option, or the control file being used is a backup control file. After that only BACKUP CONTROLFILE recovery is allowed and it must be followed by a log reset at the next database open.
Action: Perform recovery using the BACKUP CONTROFILE option.

请先 登录 后评论

1 个回答

小智
ORA-01610:必须完成使用BACKUP CONTROLFILE选项的恢复,
.原因:指定了BACKUP CONTROLFILE的早期数据库恢复会话,或使用RESETLOGS选项重新创建了控制文件,或者使用的控制文件是备份控制文件。之后,仅允许BACKUP CONTROLFILE恢复,并且必须在下一个数据库打开时重置日志。,
.操作:使用BACKUP CONTROFILE选项执行恢复。,
.
请先 登录 后评论