aiaiDBA

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

13718043309

010-86462881

RMAN-05521: DUPLICATE without CATALOG and TARGET not open requires that UNDO TABLESPACE is specified

RMAN-05521: DUPLICATE without CATALOG and TARGET not open requires that UNDO TABLESPACE is specified
Cause: A DUPLICATE was attempted when target database was not open without connection to a recovery catalog. It is necessary that the list of tablespaces with undo segments is provided with the UNDO TABLESPACE clause.
Action: Retry the command specifying the list of tablespaces with undo segments using the UNDO TABLESPACE clause.

请先 登录 后评论

1 个回答

小智
RMAN-05521:DUPLICATE没有CATALOG和TARGET未打开要求指定UNDO TABLESPACE,
.原因:如果未连接到恢复目录,目标数据库未打开,则尝试了DUPLICATE。必须使用UNDO TABLESPACE子句提供具有还原段的表空间列表。,
.操作:使用UNDO TABLESPACE子句重试命令以指定具有还原段的表空间列表。,
.
请先 登录 后评论