aiaiDBA

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

13718043309

010-86462881

ORA-19903: test recovery not allowed when recovering to new incarnation

ORA-19903: test recovery not allowed when recovering to new incarnation
Cause: Either a new incarnation was set using RMAN's RESET DATABASE command for a control file that was CURRENT, or the control file is from a prior incarnation. As recovery to a new incarnation requires changing the control file, test recovery is not allowed.
Action: Perform actual recovery or RESET DATABASE to incarnation that was last opened using the control file to do test recovery.

请先 登录 后评论

1 个回答

小智
ORA-19903:恢复到新化身时不允许进行恢复,
.原因:使用RMAN的RESET DATABASE命令为CURRENT的控制文件或控制文件来自先前的化身设置了新的化身。由于恢复到新的化身需要更改控制文件,因此不允许进行测试恢复。,
.操作:执行实际恢复或RESET DATABASE到上次使用控制文件打开的化身以进行测试恢复。,
.
请先 登录 后评论