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: Corrupt gzipped exports on Solaris 2.6

Re: Corrupt gzipped exports on Solaris 2.6

From: Frank <frank.brauer_at_N_O__S_P_A_M.talknet.de>
Date: Sat, 17 Nov 2001 09:52:32 +0100
Message-ID: <vxpJ7.6526$BG6.782192653@news.tli.de>

Hi Chuck,

As far as I know gzip on Solaris 2.6 can not handle files >2GB. You may try to do something similar to
tar cf - . | gzip -c >output.tar.gz
and
cat out.tar.gz | gzip -dc - | tar xf -
to revert it. make sure your filesystem is able to handle files >2GB.

Hope this helps.

Frank Received on Sat Nov 17 2001 - 02:52:32 CST

Original text of this message

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