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

Home -> Community -> Usenet -> c.d.o.server -> Re: design question, use of partitioned tables?

Re: design question, use of partitioned tables?

From: Tanel Poder <tanel_at_@peldik.com>
Date: Fri, 8 Aug 2003 16:43:44 +0300
Message-ID: <3f33a911$1_1@news.estpak.ee>


> Or could you transfer them to local server before using tar -> rsh ->
> pipe -> rsh -> tar to avoid NFS overhead for each file transfer?

I meant tar -> pipe -> rsh -> pipe -> tar. This can send all your files in one stream, instead of every file sent separately. On the fly compression could also be used if network is the issue.

Tanel. Received on Fri Aug 08 2003 - 08:43:44 CDT

Original text of this message

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