rman backup to remote host
Ora_83May 20 2011 — edited May 20 2011Hi
Is there a way to take an rman backup to remote host ?
Suppose orcl database is on host1, I am running rman session on host2
RUN
{
ALLOCATE CHANNEL disk1 DEVICE TYPE DISK FORMAT '/home/users/temp/%U';
BACKUP tablespace users;
}
Even though, /home/users/temp directory exists on host2. rman session terminates since rman looks the directory on host1.
I believe, we can perform export to remote host, not sure why it doesnt work for rman