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: exp via pipe and compress

Re: exp via pipe and compress

From: David Durad <dzd_at_nabaus.com.au>
Date: Thu, 23 Jul 1998 18:50:37 +1000
Message-ID: <35B6F95D.9E083CEB@nabaus.com.au>


Until 805 arrives try::

mknod pfile p
cat pfile | compress -c | split -b 2000m expfile & exp ... file=pfile ...

sbatter_at_my-dejanews.com wrote:

> I talked to oracle to get around > 2GB exp filesize limitation
> They suggest:
> cat < /dev/exp.pipe > compress.Z &
> exp userid/passwd file=/dev/exp.pipe .... &
>
Received on Thu Jul 23 1998 - 03:50:37 CDT

Original text of this message

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