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: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Mon, 19 Nov 2001 17:56:46 +0000
Message-ID: <3BF947DE.5839@yahoo.com>


Chuck wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I'm already doing something like that. I'm piping (using a named
> pipe) a stream into gzip. It completes with no errors or warnings but
> when tou try to extract it you get garbage. I've tried the "cat"
> method to extract too but still get the same garbage.
>
> Chuck
>
> "Frank" <frank.brauer_at_N_O__S_P_A_M.talknet.de> wrote in message
> news:vxpJ7.6526$BG6.782192653_at_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
> >
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>
>
> iQA/AwUBO/kvg2m5A4kkb4ZsEQJfBQCgrCBHfnxt1wvG/9j26IO85AfCqHwAoLOI
> BAOzoce6oZ4s77IxbJklLPA3
> =Siu9
> -----END PGP SIGNATURE-----
For the (myriad of) tools that have dramas past 2G, typically a pipe somewhere in the middle through 'split' to keep things under that limit works well.

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Mon Nov 19 2001 - 11:56:46 CST

Original text of this message

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