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: Frank <frank.brauer_at_N_O__S_P_A_M.talknet.de>
Date: Mon, 19 Nov 2001 18:28:21 +0100
Message-ID: <BIbK7.6594$tj6.813601807@news.tli.de>

"Chuck" <chuck_hamilton_at_yahoo.com> schrieb im Newsbeitrag news:9tbb11$1fvse$1_at_ID-85580.news.dfncis.de...
> -----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

Hi Chuck,

Depending on the size of your backupfile you may have the problem on both sides (input and output). The input can through a pipe to avoid the problem. The 'output trick' is to force gzip to write to stdout and redirect it this to a file. If your filesystem is large file aware it should work (my backup script do this every night).

Frank Received on Mon Nov 19 2001 - 11:28:21 CST

Original text of this message

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