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" <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
![]() |
![]() |