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 sample script for Linux

Re: RMAN sample script for Linux

From: konsultant_1 - konsultancIT.pl <konsultant_1_at_konsultancIT.pl>
Date: Tue, 24 Jun 2003 08:28:22 +0200
Message-ID: <3EF7EF86.1040605@konsultancIT.pl>


Kalle wrote:
> Hi,
>
> I have couple of instances running on Linux (9iRel2), now I would like
> to do an online backup with RMAN to a disk and schedule it to happen
> every night.
>
> I wonder if you have a sample shell script to do this and could you post
> it here.
>
> TIA
> Kalle
>

HI

This is CATALOG version...

Best regards

-- 

   www.konsultancIT.pl
Oracle&MS-SQL consulting


run { sql "alter system archive log current"; allocate channel ch1 type disk; backup full format '/oracle/backup_rman/bckF_%s_%p_%d_%u' (database include current controlfile); sql "alter system archive log current"; backup format '/oracle/backup_rman/bckA_%s_%p_%d_%u' (archivelog all delete input); }

Received on Tue Jun 24 2003 - 01:28:22 CDT

Original text of this message

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