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 -> Oracle export

Oracle export

From: <valdes_at_my-dejanews.com>
Date: 1998/06/09
Message-ID: <6ljhnj$mms$1@nnrp1.dejanews.com>#1/1

I am trying to do a compressed Oracle export directly to tape, using a Unix named pipe.

gtar -zcvf /dev/rmt/0h /tmp/exp.dmp &
exp instance/passwd parfile=export.par

using file=/tmp/exp.dmp (rw named pipe)
But, I get the following error messages:

EXP-00028: failed to open /tmp/exp.dmp for write EXP-00222:
System error message 4

I can get the system to compress to disk using a pipe (zcat instead of gtar).

Is there a way to do this without writing to disk ?

Thanks

Gonzalo

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Tue Jun 09 1998 - 00:00:00 CDT

Original text of this message

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