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

Corrupt gzipped exports on Solaris 2.6

From: Chuck <chuck_hamilton_at_yahoo.com>
Date: Fri, 16 Nov 2001 12:57:58 -0500
Message-ID: <9t3k1s$669g$1@ID-85580.news.dfncis.de>


-----BEGIN PGP SIGNED MESSAGE-----

Hash: SHA1

I've recently been getting corrupt gzipped oracle export files on Solaris 2.6. It appears that gzip does not handle files > 2g on Solaris 2.6. Anyone else experience this? Is there a workaround? I've tried apply the 4g-patch.tar from http://www.gzip.org/#faq10, but that doesn't seem to solve the problem either. The patch notes say that the gzipped files created with the unpatched gzip should be ok, but you need this patch to unzip them. I applied the patch and still get corrupted files when I unzip them.

The files were created by piping an Oracle export into gzip like this...

mkfifo expdat.dmp
gzip < expdat.dmp > myfile.dmp.gz &
exp user/password file=expdat.dmp full=y - - --
Chuck Hamilton
Oracle DBA

-----BEGIN PGP SIGNATURE-----

Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBO/VTo2m5A4kkb4ZsEQKIGwCfbR7SERyJ2W7FEDx9fVx88FRHO+YAnjdM xZrAhr271T8YfkPr3nKv3GXZ
=8ZZC
-----END PGP SIGNATURE-----
Received on Fri Nov 16 2001 - 11:57:58 CST

Original text of this message

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