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: Compress while EXPORT..

RE: Compress while EXPORT..

From: Ramasamy, Baskar <Baskar.Ramasamy_at_calanais.com>
Date: Tue, 23 Jan 2001 13:47:49 -0000
Message-Id: <10750.127268@fatcity.com>


Arul,

just update the table names and run it in the $ prompt. #!/usr/bin/ksh
rm -f /tmp/regress_pipe
/usr/sbin/mknod /tmp/regress_pipe p
nohup compress < /tmp/regress_pipe > /tmp/regress.dmp.Z & exp / file=/tmp/regress_pipe tables=TAB1,TAB2 buffer=100000 compress=n consistent=y log=exp-regress.log

Baskar

-----Original Message-----
From: Arul kumar [mailto:rakumar_at_mahindrabt.com] Sent: 23 January 2001 12:01
To: Multiple recipients of list ORACLE-L Subject: Compress while EXPORT..

Hi There,

I would like to know how to take " Compressed Export of Oracle db in UNIX ". TIA,
Arul.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Arul kumar
  INET: rakumar_at_mahindrabt.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jan 23 2001 - 07:47:49 CST

Original text of this message

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