Home  >  Article  >  Database  >  恢复RMAN-06004 RMAN-20242报错误

恢复RMAN-06004 RMAN-20242报错误

WBOY
WBOYOriginal
2016-06-07 17:18:311401browse

恢复报如下错误,原因是备份使用的定义和恢复使用的不同,修改备份定义OB2BARLIST为正确的带库标识解决。

恢复报如下错误,原因是备份使用的定义和恢复使用的不同,修改备份定义
OB2BARLIST为正确的带库标识解决。

错误的:
allocate channel 'dev_4' type 'sbt_tape'  parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=syprd,OB2BARLIST=backup_full)';

正确的为:
allocate channel 'dev_0' type 'sbt_tape' parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=syprd,OB2BARLIST=Backup_Delete_Archivelog)';

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 07/16/2012 11:01:29
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20242: specification does not match any archive log in the recovery catalog

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn