Try this.,
you can use ftp (or) scp
eg:
scp /mnt/db/disk1 orcl@:/mnt/db/disk2
Restore and recover the whole database
RMAN> STARTUP FORCE MOUNT;
RMAN> RESTORE DATABASE;
RMAN> RECOVER DATABASE;
RMAN> ALTER DATABASE OPEN;
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |