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: Compressing backup datafiles

Re: Compressing backup datafiles

From: Karl Campbell <kcampbel_at_BAOSC.COM>
Date: Tue, 23 Jan 1996 12:52:27 EST
Message-Id: <9601231847.AA02117@alice.jcc.com>


Tom,

We have had great success compressing the export in real time within UNIX. It done through pipes.

To do this:

        mknod pfile p
        compress < pfile > dumpfile.Z  &
        exp / buffer=25000000 file=pfile ......

I suggest scripting this and adding additional checking, but you can do this quick and dirty.

Karl Campbell
Oracle Database Adminstrator
Bell Atlantic Information Systems
11720 Beltsville Dr., 4th Floor.
Beltsville, MD 20705
(301)595-8107
kcampbel_at_baosc.com Received on Tue Jan 23 1996 - 13:47:48 CST

Original text of this message

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