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: Export file

Re: Export file

From: rob van laarhoven <rob_at_dsdelft.nl>
Date: Tue, 18 Jan 2000 10:39:52 +0100
Message-ID: <948188436.647353@newsreader2.wirehub.nl>


On Unix you can use a pipe.

Oracle Doc Id : 30528.1

mknod /tmp/pipe p
dd if=/tmp/pipe of=<tape_divice> &
exp file=/tmp/pipe <other_options>

If you need an explanation contact me : rob_at_dsdelft.nl

"Johnson" <johnson_at_infocomm.com.tw> wrote in message news:860nvg$f5s_at_netnews.hinet.net...
> Dear all,
> May I export database data to tape directly?
> How to do it?
>
> Thanks a lot
>
> Johnson Huang
>
>
Received on Tue Jan 18 2000 - 03:39:52 CST

Original text of this message

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