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.
If the SA's won't run NFS for security reasons, they're not likely to allow rsh. SSH could probably be used instead, though I haven't tried it like this.
netcat would do this, if the SA's allow it.
Jared
-- 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 - 18:36:57 CDT