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: Simon Waibale <waibals_at_mtn.co.ug>
Date: Thu, 16 May 2002 05:43:25 -0800
Message-ID: <F001.004622B6.20020516054325@fatcity.com>


Sergey,
Thanks for the mkfifo idea. I've also come across "mknod myfifo p;compess < myinfo > myinfo.Z"
I'm looking at the two options, yet to ascertain whether second method works with gzip.
Do you know of any known troubles (Block/File corruption) with first method ? Do I have to "rm yourinfo" or I can re-use the piping file ( as in ascript) ?

Thanks once again,
Simon

-----Original Message-----
Sent: Thursday, May 16, 2002 2:48 PM
To: Multiple recipients of list ORACLE-L

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).
--

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

Author: Simon Waibale
  INET: waibals_at_mtn.co.ug
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 - 08:43:25 CDT

Original text of this message

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