Restore Oracle from host A to host B using Legato Networker
Hi all,
I'm using Networker version 7.2 and am having problems with trying to restore a test database from 'host A' to 'host B'. I get an error of
ORA-27191: sbtinfo2 returned error
Additional information: 2
ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 2360
RMAN-10031: RPC Error: ORA-27191 occurred during call to DBMS_BACKUP_RESTORE.VA
LIDATEBACKUPPIECE
I've done the following.
1. Oracle Networker is installed on both servers
2. In Networker Administrator of Host A I have put an entry of Host B in the Remote Access tab.
3. Ran the following script:
connect catalog *****/****@*****
connect target;
set dbid=*******
run {
debug on;
set command id to '*****';
allocate channel t1 device type 'SBT_TAPE';
send 'NSR_ENV=(NSR_DATA_VOLUME_POOL=Oracle,NSR_CLIENT=Host A)';
set controlfile autobackup format for device type 'sbt_tape' to '/NMO_%F/';
restore controlfile from autobackup;
}
but generates the errors show above. This same scripts works on Host A, but not on Host B.
Would appreciate any advice on this.
Thanks