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

Home -> Community -> Mailing Lists -> Oracle-L -> expdp using mknod

expdp using mknod

From: Satheesh Babu.S <satheeshbabu.s_at_gmail.com>
Date: Sat, 4 Feb 2006 00:31:01 +0530
Message-ID: <da7980bf0602031101h4b5fe11cpc6fd8b50a5aeb503@mail.gmail.com>


Hi,
  i wanted to take the compressed export using expdp. Which we do similar for export

Like,

     mknod exp_pipe p
     gzip < exp_pipe > stgdb1.exp.gz &
     expdp username/pwd DUMPFILE=exp_pipe DIRECTORY=tmpdmp  full=y  logfile=
entire.log

But the last command comes out with the error,  xport: Release 10.1.0.4.0 - 64bit Production on Friday, 03 February, 2006 13:48

Copyright (c) 2003, Oracle. All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options

ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31641: unable to create dump file "/tmp/exp_pipe"
ORA-27038: created file already exists

Additional information: 1

Any help??

Thanks and Regards,
Satheesh Babu.S
Bangalore.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Feb 03 2006 - 13:01:01 CST

Original text of this message

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