Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN and NFS

Re: RMAN and NFS

From: Jeremiah Wilton <jwilton_at_speakeasy.net>
Date: Thu, 1 Jul 2004 15:13:22 -0700 (PDT)
Message-ID: <Pine.LNX.4.58.0407011506350.22574@shell1.speakeasy.net>


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:


> 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 -----------------------------------------------------------------
Received on Thu Jul 01 2004 - 17:10:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US