Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rman backup to remote host

Ora_83May 20 2011 — edited May 20 2011
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2011
Added on May 20 2011
3 comments
521 views