Hi All,
We got the below error when restore control file from netbackup.
run
{
allocate channel ch1 type 'sbt_tape' parms='ENV=(NB_ORA_SERV=utux155,NB_ORA_CLIENT=utux5)';
set until time "to_date( '18-11-2014 04:51', 'DD-MM-YYYY HH24:MI')";
restore controlfile from autobackup;
release channel ch1;
}
channel ch1: restoring control file
released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 12/05/2014 11:13:37
ORA-19870: error while restoring backup piece ctl_OBBMM_2014-10-04_03-40-19_s54869_p1_t8601055526
ORA-19507: failed to retrieve sequential file, handle="ctl_OBBMM_2014-10-04_03-40-19_s54869_p1_t8601055526", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: Error received from media manager layer, error text:
Failed to open backup file for restore.
Thanks,