dbTalk Databases Forums  

RMAN Incremental Level 1 if Level 0 Fails

comp.databases.oracle.server comp.databases.oracle.server


Discuss RMAN Incremental Level 1 if Level 0 Fails in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
oraclesandiego@yahoo.ca
 
Posts: n/a

Default RMAN Incremental Level 1 if Level 0 Fails - 10-04-2011 , 07:38 AM






Hi,


Thanks to David Fitzjarrell for replying to my previous question.

RMAN is setup for a level 0 weekly, and a level 1 cumulative
incremental daily.

Is there a way to configure RMAN so that if the level 0 backup fails,
the subsequent level 1
backups will be cumulative incremental since the last successful level
0 backup?

So, for example

Sept 2 : Level 0 successful
Sept 9: Level 0 fails:
Sept 10: Cumulative Incremental is from Sept 2, not Sept 9 since Sept
9 level 0 fails.

We were able to do this with TNG Unicenter.

I checked the various options, and this does not seem possible using
RMAN. Hopefully,
I am mistaken.



Thanks,
BG

Reply With Quote
  #2  
Old   
Mark D Powell
 
Posts: n/a

Default Re: RMAN Incremental Level 1 if Level 0 Fails - 10-04-2011 , 08:03 AM






On Oct 4, 8:38*am, oraclesandi... (AT) yahoo (DOT) ca wrote:
Quote:
Hi,

Thanks to David Fitzjarrell for replying to my previous question.

RMAN is setup for a level 0 weekly, and a level 1 cumulative
incremental daily.

Is there a way to configure RMAN so that if the level 0 backup fails,
the subsequent level 1
backups will be cumulative incremental since the last successful level
0 backup?

So, for example

Sept 2 : Level 0 successful
Sept 9: *Level 0 fails:
Sept 10: Cumulative Incremental is from Sept 2, not Sept 9 since Sept
9 level 0 fails.

We were able to do this with TNG Unicenter.

I checked the various options, and this does not seem possible using
RMAN. Hopefully,
I am mistaken.

Thanks,
BG
BG, a level 1 backup is cumulative since the last successful level 0
or 1 so if a level 0 failed the next level 1 would still see the
previous level 0.

However backup rarely fail except for lack of space so I do not think
this is much of a concern. My preference for small databases that
take 6 or less hours to back up is to use full backups daily. If you
have time to make a full backup I see no reason to mess with
incrementals.

HTH -- Mark D Powell --

Reply With Quote
  #3  
Old   
Jeremy
 
Posts: n/a

Default Re: RMAN Incremental Level 1 if Level 0 Fails - 10-04-2011 , 08:21 AM



In article <209fcc32-325d-4778-8144-bd18271cadb7
@f6g2000vbm.googlegroups.com>, Mark.Powell2 (AT) hp (DOT) com says...

Quote:
However backup rarely fail except for lack of space so I do not think
this is much of a concern. My preference for small databases that
take 6 or less hours to back up is to use full backups daily. If you
have time to make a full backup I see no reason to mess with
incrementals.

Disk space?


--
jeremy

Reply With Quote
  #4  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: RMAN Incremental Level 1 if Level 0 Fails - 10-04-2011 , 09:54 AM



On Tue, 04 Oct 2011 05:38:25 -0700, oraclesandiego wrote:

Quote:
Thanks to David Fitzjarrell for replying to my previous question.

RMAN is setup for a level 0 weekly, and a level 1 cumulative incremental
daily.

Is there a way to configure RMAN so that if the level 0 backup fails,
the subsequent level 1
backups will be cumulative incremental since the last successful level 0
backup?
BACKUP INCREMENTAL 1 CUMULATIVE should do the trick. There is also the
little thingy called "shell scripting" that can be used to address
various problems. This is how it works:

rman cmfile=$RMNCOMMANDFILE
if [ $? = 1 ];
perform corrective action
fi



--
http://mgogala.byethost5.com

Reply With Quote
  #5  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: RMAN Incremental Level 1 if Level 0 Fails - 10-04-2011 , 08:08 PM



On Tue, 04 Oct 2011 14:54:36 +0000, Mladen Gogala wrote:

Quote:
BACKUP INCREMENTAL 1 CUMULATIVE should do the trick. There is also the
I apologize: the exact command is
BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE PLUS ARCHIVELOG;


--
http://mgogala.byethost5.com

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.