aiaiDBA

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

13718043309

010-86462881

RMAN-06096: SWITCH required for newname of datafile string to take effect

RMAN-06096: SWITCH required for newname of datafile string to take effect
Cause: A SET NEWNAME was issued for this datafile, but no SWITCH command was issued before the RECOVER command.
Action: Issue a SWITCH command to make the newname take effect before doing RECOVER.

请先 登录 后评论

1 个回答

小智
RMAN-06096:需要使用SWITCH才能使数据文件字符串的新名称生效,
.原因:为此数据文件发出了SET NEWNAME,但在RECOVER命令之前未发出SWITCH命令。,
.操作:发出SWITCH命令使新名称在执行RECOVER之前生效。,
.
请先 登录 后评论