Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Corrupt gzipped exports on Solaris 2.6
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
![]() |
![]() |