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 -> rman specify days

rman specify days

From: cptkirkh <khill_at_scic.com>
Date: Wed, 20 Jun 2007 13:44:30 -0000
Message-ID: <1182347070.178754.62870@u2g2000hsc.googlegroups.com>


I run ORacle 10g on windows and and I want to perform a levle 0 backup every friday and then level 1 backups the rest of the days of the week. In the enterprise manager i found out that you can't specify days when creating a backup. With that in mind can you specify in the command line text the way to which days of the week to run a job? Here is my level 1 backup script:

backup incremental level 1 cumulative device type disk tag '%TAG' database;
backup device type disk tag '%TAG' archivelog all delete all input; allocate channel for maintenance type disk; delete noprompt obsolete device type disk; release channel; Received on Wed Jun 20 2007 - 08:44:30 CDT

Original text of this message

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