RMAN> run
{
ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE';
SEND 'NB_ORA_SERV=nbusrv, NB_ORA_CLIENT=Pbdopdb';
restore archivelog from sequence 34722 until sequence 34723 INCARNATION ALL;
RELEASE CHANNEL ch00;
}2> 3> 4> 5> 6> 7>
allocated channel: ch00
channel ch00: SID=3966 device type=SBT_TAPE
channel ch00: Veritas NetBackup for Oracle - Release 7.7.3 (2016051915)
sent command to channel: ch00
Starting restore at 21-MAR-2019
released channel: ch00
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 03/21/2019 15:10:51
RMAN-20242: specification does not match any archived log in the repository
RMAN>
解决: 控制文件过旧,新恢复控制文件即可。