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

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

RE: expdp using mknod

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Fri, 3 Feb 2006 20:08:13 +0100
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAF205B56@MSXVS04.trivadis.com>


Satheesh

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

Similar doesn't mean same...

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

You have two problems here:

  1. Data Pump doesn't write data sequentially in the dump file. Therefore pipes, tapes, ... are not supported.
  2. Data Pump doesn't overwrite an existing dump file.

HTH
Chris

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

Original text of this message

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