Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Exports with pipes

Re: Exports with pipes

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Tue, 16 Jan 2001 21:05:44 +0100
Message-Id: <10743.126830@fatcity.com>


Cyril Thankappan wrote:

> Hi!
>
> was wondering whether there is a 'way of doing'
> sqlload of 'compressed file'????
>
> has someone actually done it? or am i the only 'spooky one'!!!!
>

mkfifo my_pipe
zcat some_file.Z > my_pipe &
sqlldr username/password control=some_file.ctl data=my_pipe

Regards,

Stephane Faroult
Oriole Corporation Received on Tue Jan 16 2001 - 14:05:44 CST

Original text of this message

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