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: compression in a exp utility

Re: compression in a exp utility

From: Marian Klekota <marian_at_sqlab.com.pl>
Date: Tue, 13 Apr 1999 11:45:01 +0200
Message-ID: <923996648.60413@sting.sqlab.com.pl>


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

Original text of this message

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