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