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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Compressing Export Dumps

Re: Compressing Export Dumps

From: Sergey V Dolgov <dsv_at_pptus.oilnet.ru>
Date: Thu, 16 May 2002 03:48:21 -0800
Message-ID: <F001.004621D7.20020516034821@fatcity.com>


Hello Simon,

You can make it like this:

mkfifo yourfifo
gzip <yourfifo >outfile.dmp.gz &
exp ... file=yourfifo
rm yourfifo

Thursday, May 16, 2002, 4:38:40 PM, you wrote:

SW> Hi all,
SW> My export dumps are too big (80 GB) for my filesystem and I'm looking for a
SW> way 
SW> to compress them on the fly -ie without taking *.dmp to disk first but
SW> straight *.dmp.gz
SW> Anybody with an idea on how to archive this ?
SW> Thanking you,

SW> ---
SW> CSW  
--

Best regards,

 Sergey                            mailto:dsv_at_pptus.oilnet.ru


--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Sergey V Dolgov
  INET: dsv_at_pptus.oilnet.ru

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu May 16 2002 - 06:48:21 CDT

Original text of this message

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