Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Diskless export/import - here's a method to do so
Stephan Bressler <sbresslerx_no_spam_at_arcor.de> wrote in
news:bvvfbk$3ja$1_at_news.mch.sbs.de:
>
>
> Jared wrote:
>> Hi, all - >> >> I recently had to figure out how to transfer a 13GB export between >> boxes. The customary way is to split and compress but I didn't want >> to do that for reasons irrelevant to this posting. I came up with a >> technique to tunnel the export stream between servers. It was >> created on Unix, but can be used in the Windows world if you get the >> M$ version of the utilities installed. Here we go: >>
Doesn't work on AIX 4.3 with sh or ksh. In fact the only os/shell combination I've gotten it to work on is cygwin/bash. Is that a requirement or am I doing something wrong?
ksh> echo hello >/dev/fd/1
A file or directory in the path name does not exist.
ksh: /dev/fd/1: 0403-005 Cannot create the specified file.
bash> echo hello >/dev/fd/1
hello
-- Chuck Remove "_nospam" to reply by emailReceived on Tue Feb 10 2004 - 11:06:31 CST
![]() |
![]() |