Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: FILESIZE and compress (was: Using Named Pipes on Windows)
How about this?
mknod the_pipe p
compress -c < the_pipe | split -b 100m &
exp file=the_pipe owner=rastus etc....
> -----Original Message-----
>
> Yes, I can get FILE and compress on the fly to work as well.
> But when I introduced FILESIZE and multiple FILEs and
> multiple mknods and multiple compressions... Oracle got
> confused and exp just hang. Guess it's not possible,
> otherwise I'm doing something wrong. Dang!
>
> -------------------------------------
> From: Rachel Carmichael <wisernet100_at_yahoo.com>
> Date: Mon, 19 May 2003 02:54:52 -0700 (PDT)
> Subject: Re: Using Named Pipes on Windows
>
> I haven't tried it with FILESIZE but compress on the fly worked fine,
> from 7.3 on with FILE
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephen Lee INET: Stephen.Lee_at_DTAG.Com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu May 22 2003 - 09:36:59 CDT