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: On the fly import decompress problem

Re: On the fly import decompress problem

From: Norman Dunbar <Norman.Dunbar_at_lfs.co.uk>
Date: Mon, 17 Sep 2001 09:41:20 +0100
Message-ID: <A43AA78C3F9DD511AAB100805FBE740D40305A@lnewton.leeds.lfs.co.uk>


I suspect that there must be a 'large number' somewhere in the gzipped file. The import procedure I am using is built to read a gz file and decompress on the fly via a pipe as you have suggested. The error always occurs in the script and if I try it manually on the command line.

Bummer !

Thanks anyway.
Norman.



Norman Dunbar			EMail:	Norman.Dunbar_at_LFS.co.uk
Database/Unix administrator	Phone:	0113 289 6265
Lynx Financial Systems Ltd.	URL:	http://www.Lynx-FS.com

------------------------------------------------------------------------

-----Original Message-----
From: Kevin Brand [mailto:kevin.brandx_at_tel.gte.com] Posted At: Friday, September 14, 2001 5:39 PM Posted To: server
Conversation: On the fly import decompress problem Subject: Re: On the fly import decompress problem

Instead of using gunzip, or using two pipes, will this work:

mknod pipefile p
gzip -d < BIGGZFILE >pipefile

Then file=pipefile for imp.

This way gzip/gunzip doesn't need to know the size. Received on Mon Sep 17 2001 - 03:41:20 CDT

Original text of this message

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