Hi OTN,
I am trying to build a standby database in a Data Guard configuration using RMAN Duplicate Target Database For Standby Dorecover (from backup).
All the rman backupsets are there in Netbackup and I can see the inventory of backup pieces using the RMAN views.
However, the Duplicate Target Database command is failing with:
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 not found in NetBackup catalog
channel p4: starting datafile backup set restore
channel p4: restoring control file
channel p4: reading from backup piece wss1prd_HOT_1909_1_905947868
channel p4: ORA-19870: error while restoring backup piece wss1prd_HOT_1909_1_905947868
ORA-19507: failed to retrieve sequential file, handle="wss1prd_HOT_1909_1_905947868", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: Error received from media manager layer, error text:
Backup file <wss1prd_HOT_1909_1_905947868> not found in NetBackup catalog
failover to previous backup
channel p4: starting datafile backup set restore
channel p4: restoring control file
channel p4: reading from backup piece wss1prd_arch_1917_1_905948080
channel p4: ORA-19870: error while restoring backup piece wss1prd_arch_1917_1_905948080
ORA-19507: failed to retrieve sequential file, handle="wss1prd_arch_1917_1_905948080", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: Error received from media manager layer, error text:
Backup file <wss1prd_arch_1917_1_905948080> not found in NetBackup catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 03/08/2016 13:56:32
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
RMAN-06026: some targets not found - aborting restore
RMAN-06101: no channel to restore a backup or copy of the control file
Basically, the backup pieces are there, but RMAN/Netbackup is saying that they are not there.
Do you know why?
Thank you.