aiaiDBA

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

13718043309

010-86462881

RMAN-06412: no proxy copy channel found

RMAN-06412: no proxy copy channel found
Cause: A proxy copy was started, but no allocated channel supports proxy copy. This could be because the media management software used by the target database does not support proxy copy, or because all of the allocated channels are of type DISK, which never support proxy copy.
Action: If this is a backup, then either allocate a non-disk channel, or do not use the PROXY option. If this is a restore, then a channel of the same type which created the proxy backup was allocated, but now does not support proxy copy. If proxy copy is no longer supported by the media management software at the target database, the CROSSCHECK or CHANGE commands should be used so that those backups will not be considered for further restores.

请先 登录 后评论

1 个回答

小智
RMAN-06412:找不到代理副本通道,
.原因:代理副本已启动,但没有分配的通道支持代理副本。这可能是因为目标数据库使用的介质管理软件不支持代理复制,或者因为所有分配的通道都是DISK类型,从不支持代理复制。,
.操作:如果这是备份,则分配非磁盘通道,或不使用PROXY选项。如果这是恢复,则分配了创建代理备份的相同类型的通道,但现在不支持代理副本。如果目标数据库上的介质管理软件不再支持代理复制,应使用CROSSCHECK或CHANGE命令,以便不会考虑这些备份进行进一步恢复。,
.
请先 登录 后评论