Restore to another host?
Hi!
I have taken backup to disk on host A (using catalog). I would like to restore the backup to host B.
Windows 2003, Oracle 10204
I have created the instance on host B. I have connected to catalog and target.
But I get an error when trying to read down the spfile.
RMAN> run
2> {
3> ALLOCATE CHANNEL disk1 DEVICE TYPE DISK;
4> Restore spfile to pfile 'E:\restore\pfile.ora' until time = "TO_DATE('08/04/2
011 10:00:00','MM/DD/YYYY HH24:MI:SS')";
5> }
Starting restore at 05-AUG-11
channel disk1: starting datafile backupset restore
channel disk1: restoring SPFILE to PFILE
output filename=E:\restore\pfile.ora
I have taken backup to disk on host A (using catalog). I would like to restore the backup to host B.
Windows 2003, Oracle 10204
I have created the instance on host B. I have connected to catalog and target.
But I get an error when trying to read down the spfile.
RMAN> run
2> {
3> ALLOCATE CHANNEL disk1 DEVICE TYPE DISK;
4> Restore spfile to pfile 'E:\restore\pfile.ora' until time = "TO_DATE('08/04/2
011 10:00:00','MM/DD/YYYY HH24:MI:SS')";
5> }
Starting restore at 05-AUG-11
channel disk1: starting datafile backupset restore
channel disk1: restoring SPFILE to PFILE
output filename=E:\restore\pfile.ora
0