Hi, we use rman to do backups and restores. When we do backups, it are save on server where are databases. We need save some backups on a
diferent server. We use Oracle 9.2.
Can anybody help us? Txs
Easiest solution would be to copy (scp, sftp, ftp) the backups over to the other server.
----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
Then you can re-direct the backup to another server by configuring the channel(s) and/or mounting the other server's disk unto the source server.
----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
How can we re-direct the backup to another server by configuring the channel?
For example, we do:
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/oracle/rmanBackups/ora_df%t_s%s_s%p';
We work on Unix.
Txs, again.
1) Mount the other server's disk unto the source server.
2) Configure channel to point to backup mount point.
----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.