| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: compression in a exp utility
Use :
#!/bin/sh
mkfifo oracle.dmp
( cat oracle.dmp | gzip --best > oracle.dmp.gz) &
exp user/password feedback=100 full=y log=oracle.dmp.log compress=y \ file=oracle.dmp
Falcioni Francesco wrote in message <3712F3BD.9D594848_at_aspes.it>...
>I'm searching for a certified utility like export that use a
>compression algoritm. Because I'have file size problem on my OS (Oracle
>7.3.4 on AIX 4.1.5 )
>
>thanks
>f_falcioni_at_aspes.it
>DBA at ASPES Pesaro (Italy)
>
Received on Tue Apr 13 1999 - 04:45:01 CDT
![]() |
![]() |