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 -> Re: RMAN Compession (Again)

Re: RMAN Compession (Again)

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Mon, 10 Nov 2003 15:30:53 GMT
Message-ID: <3FAFAF2D.A81E3A4A@remove_spam.peasland.com>


RMAN doesn't have any gzip-like compression utility built into it. So you'll have to use an external routine to do this if you want. RMAN does let you run an outside utility with the HOST command, right from your RMAN script. So you can use that. But heed Sybrand's warning that the compressed file won't be able to be used by RMAN until you manually uncompress it.

HTH,
Brian

Don Seiler wrote:
>
> I know it's been asked again and again after searching the groups, but I
> do have to ask about my options.
>
> On our Oracle7 database, our hot backup procedure basically puts each
> tablespace in backup mode and then copies and gzips the datafiles to the
> backup dir. The resulting backup dir is 27G.
>
> So far using RMAN, the backup attempt has filled a 117G partition and
> fails, needing more.
>
> I know that I can tell RMAN to break up the backup file into (for example)
> 1G files. Can I somehow gzip those files as they come off the line? This
> might be more of a shell-script question than Oracle but I thought I'd ask.

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Mon Nov 10 2003 - 09:30:53 CST

Original text of this message

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