Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: exp via pipe and compress
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
![]() |
![]() |