ORA-19511: non RMAN, but media manager or vendor specific failure, error text: Failed to process backup file <c-2057956423-20150516-0c>
Hi All,
I'm trying to restore Oracle 12c database backup, but unable to restore it,
script using for restoring controlfile :-
run
{
set until time "to_date('2015/05/15 18:40:00','YYYY/MM/DD HH24:MI:SS')";
allocate channel ch1 type 'sbt_tape' parms="ENV=(NB_ORA_CLASS=AIR_ABCDB12_DB_DSTGEDV_ONLINE, NB_ORA_SERV=abcbkp02, NB_ORA_CLIENT=abcdb12)";
restore controlfile;
alter database mount;
}
Error : -
channel ch1: ORA-19870: error while restoring backup piece c-2057956423-20150516-0d
ORA-19507: failed to retrieve sequential file, handle="c-2057956423-20150516-0d", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: non RMAN, but media manager or vendor specific failure, error text:
Failed to process backup file <c-2057956423-20150516-0d>
Detailed log :-
abcbkp02:> rman target / catalog rman/xxx@rmancat
Recovery Manager: Release 12.1.0.2.0 - Production on Fri May 15 20:10:23 2015
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: DSTGEDV (not mounted)
connected to recovery catalog database
run
{
set until time "to_date('2015/05/15 18:40:00','YYYY/MM/DD HH24:MI:SS')";
allocate channel ch1 type 'sbt_tape' parms="ENV=(NB_ORA_CLASS=AIR_ABCDB12_DB_DSTGEDV_ONLINE, NB_ORA_SERV=abcbkp02, NB_ORA_CLIENT=abcdb12)";
restore controlfile;
alter database mount;
}
executing command: SET until clause
allocated channel: ch1
channel ch1: SID=122 device type=SBT_TAPE
channel ch1: Veritas NetBackup for Oracle - Release 7.6 (2015021210)
Starting restore at 15-MAY-15
new media label is "@aaaah" for piece "c-2057956423-20150515-2b"
channel ch1: starting datafile backup set restore
channel ch1: restoring control file
channel ch1: reading from backup piece c-2057956423-20150515-2b
channel ch1: ORA-19870: error while restoring backup piece c-2057956423-20150515-2b
ORA-19507: failed to retrieve sequential file, handle="c-2057956423-20150515-2b", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: non RMAN, but media manager or vendor specific failure, error text:
Failed to process backup file <c-2057956423-20150515-2b>
failover to previous backup
new media label is "@aaaah" for piece "c-2057956423-20150515-2a"
channel ch1: starting datafile backup set restore
channel ch1: restoring control file
channel ch1: reading from backup piece c-2057956423-20150515-2a
channel ch1: ORA-19870: error while restoring backup piece c-2057956423-20150515-2a
ORA-19507: failed to retrieve sequential file, handle="c-2057956423-20150515-2a", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: non RMAN, but media manager or vendor specific failure, error text:
Failed to process backup file <c-2057956423-20150515-2a>
failover to previous backup
^C
user interrupt received
PSDRPC returns significant error 1013.
released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 05/15/2015 20:10:33
RMAN-03099: job cancelled at user request
**************************
Please let me know incase if any other info needed for this.
Thanks in advance for your suggestions/recommendations/solution.!
If you are doing alternative client restore
Try create a folder
<Install path>\NetBackup\db\altnames
\usr\openv\netbackup\db\altnames
Create a file named "No.Restrictions"Also, Check that
NB_ORA_SERV=abcbkp02Reflects the first entry in bp.conf
SERVER=abcbkp02