Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN and NFS
Depending on your architecture, NFS may have a low file size limit,
and may not work for you. There's no real reason you need it anyway.
On Unix, just use tablespace hot backup mode and dd bs=128K if=<file> | rsh <hostname> | dd bs=128k of=<file>
And do it in parallel within the capacity of your system.
Faster than anything you can do with RMAN.
Unless you figure out the 10g RMAN pipe interface, where you can make RMAN write to a named pipe. If you do, please share.
-- Jeremiah Wilton http://www.speakeasy.net/~jwilton On Thu, 1 Jul 2004, Michael Fontana wrote:Received on Thu Jul 01 2004 - 17:10:04 CDT
> One thing I notice is that we get several requests to duplicate or
> "clone" databases, and I understand and have used RMAN to easily
> accomplish this. However, the recommended method for doing so
> (according to the manual I have read) is to use a NFS to accomplish this
> (by storing the backups in a directory shared by source and target).
---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------
![]() |
![]() |