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: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: Mon, 19 Nov 2001 18:24:29 GMT
Message-ID: <3bf94e13.1715547827@news.globix.com>


split
( gzip < $PIPE ) | split -b $MAXSIZE - $FN. & $ORACLE_HOME/bin/exp userid=$UID file=$PIPE $EXPORT_WHAT >>& $EXPORT_LOG On Fri, 16 Nov 2001 12:57:58 -0500, "Chuck" <chuck_hamilton_at_yahoo.com> wrote:

>-----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-----
>
>
>

.......
We use Oracle 8.1.6-8.1.7 on Solaris 2.6, 2.7 boxes

Andrey Dmitriev	 eFax: (978) 383-5892  Daytime: (917) 750-3630
AOL: NetComrade	 ICQ: 11340726 remove NSPAM to email
Received on Mon Nov 19 2001 - 12:24:29 CST

Original text of this message

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