Error in restore from tape to different host
Hi,
We are testing the backups to tape and restoring from the tapes.
We are getting following error while restore to the different server. We took the backup of database ( server A) to a tape. We are trying to restore from the tape to Server B where Oracle is installed and with the same structure of Server A.
Steps:
Connect to the new host. ( Server
DB in no mount tsate
RMAN>set dbid <>
RMAN>
run
{
allocate channel ch1_tape type 'SBT_TAPE';
send 'NB_ORA_CLASS=policy-name, NB_ORA_SERV=netbkp-server';
set controlfile autobackup format for device type sbt to 'cf_%F';
We are getting following error while restore to the different server. We took the backup of database ( server A) to a tape. We are trying to restore from the tape to Server B where Oracle is installed and with the same structure of Server A.
Steps:
Connect to the new host. ( Server
DB in no mount tsate
RMAN>set dbid <>
RMAN>
run
{
allocate channel ch1_tape type 'SBT_TAPE';
send 'NB_ORA_CLASS=policy-name, NB_ORA_SERV=netbkp-server';
set controlfile autobackup format for device type sbt to 'cf_%F';
0