Forum Discussion

Feller's avatar
Feller
Level 3
10 years ago

Restore RMAN

Hi,

I'm trying to restore an Oracle database backup made by Backup Exec 15 to a different server from the backup source database, but I'm receiving a generic error.
I tryied two ways to restore:
     a) Configure restore on Backup Exec Server
     b) Execute commands directly on RMAN

but the error is the same.

Alert.log has only the startup database information, nothing about the restore.

Some informations:

* init and pwd files are in ORACLE_HOME\database
** Oracle 11.2.0.4 Standard
*** Windows Firewall is disabled

RMAN> startup nomount

connected to target database (not started)
Oracle instance started

RMAN>  run {
2> ALLOCATE CHANNEL ch0 TYPE 'SBT_TAPE';
3> RESTORE CONTROLFILE FROM 'BE_4kr22919_1_1';
4> }

allocated channel: ch0
channel ch0: SID=298 device type=SBT_TAPE
channel ch0: Symantec/BackupExec/1.1.0

Starting restore at 05-APR-16

released channel: ch0
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 04/05/2016 09:23:48
ORA-27191: sbtinfo2 returned error

 

No RepliesBe the first to reply