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 -> 10g RMAN Initial Script Change

10g RMAN Initial Script Change

From: Michael42 <melliott42_at_yahoo.com>
Date: 28 May 2006 06:03:03 -0700
Message-ID: <1148821383.700891.98150@38g2000cwa.googlegroups.com>


Hello,

In Oracle 10g R2 the default script that comes with RMAN just performs an
Incremental (level 1) backup everyday (below). Could someone please show me how to modify it so as it will perform a Level 0 backup every Friday. I want to do this without splitting this into two jobs.

run {
allocate channel oem_disk_backup device type disk; recover copy of database with tag 'ORA$OEM_LEVEL_0'; backup incremental level 1 cumulative copies=1 for recover of copy with tag 'ORA$OEM_LEVEL_0' database; }

Thanks,

Michael42 Received on Sun May 28 2006 - 08:03:03 CDT

Original text of this message

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