RMAN重复目标数据库ORA-19511:从媒体管理器层收到错误

时间:2016-03-08 23:58:00

标签: oracle oracle11g standby dataguard

我正在尝试使用RMAN Duplicate Target Database for Standby Dorecover在Data Guard配置中构建备用数据库。

所有rman备份集都在Netbackup中,我可以使用RMAN视图查看备份片段的清单。

但是,“重复目标数据库”命令失败并显示:

channel p4: starting datafile backup set restore
channel p4: restoring control file
channel p4: reading from backup piece c-2404308342-20160306-02
channel p4: ORA-19870: error while restoring backup piece c-2404308342-20160306-02
ORA-19507: failed to retrieve sequential file, handle="c-2404308342-20160306-02", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: Error received from media manager layer, error text:
Backup file <c-2404308342-20160306-02> not found in NetBackup catalog

基本上,备份件都在那里,但是RMAN / Netbackup说他们不在那里。

你知道为什么吗?

谢谢。

1 个答案:

答案 0 :(得分:0)

请尝试使用validate restore命令验证还原。它应该需要一些时间,但会通知您任何备份损坏。 例如RMAN&gt;恢复数据库验证;

由于 萨比哈