Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: rman specify days
cptkirkh wrote:
> 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;
>
Since you are on 10g, please take a look at Incrementally Updated Backups. This reduces the need for periodic level 0 backups.
HTH,
Brian
-- =================================================================== Brian Peasland dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - Unknown -- Posted via a free Usenet account from http://www.teranews.comReceived on Wed Jun 20 2007 - 10:54:53 CDT
![]() |
![]() |