Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> File write error on pipe export
Dear netters,
We are trying to build a piped export/import of specific tables on
Oracle 10g (AIX).
I have followed the general recommendation of creating a FIFO pipe on
the source machine:
But when I go to do the actual export:
exp u/p FILE=FIFO.dmp LOG=mylog.log yada, yada, yada...
the process just sits there -- nothing showing in the output or the log. Hitting Ctrl-C reports back "unable to write to FIFO.dmp"... And prompts for the expdata.dmp instead, at which point the export runs fine (but, of course, this is not what we are looking to do):
^C
EXP-00028: failed to open FIFO.dmp for write
Export file: expdat.dmp >
After issuing mknod, I also tried chmod 777 FIFO.dmp -- but with the same result...
Any ideas would be greatly appreciated!!!
Thank you in advance!
--Alex Received on Wed Jan 11 2006 - 22:49:44 CST
![]() |
![]() |