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 confusion

Re: rman confusion

From: EdStevens <quetico_man_at_yahoo.com>
Date: 31 Oct 2006 05:40:04 -0800
Message-ID: <1162302004.611362.212520@k70g2000cwa.googlegroups.com>

joel garry wrote:
> EdStevens wrote:
> > Oracle 9.2 STANDARD Edition on Solaris 5.9
> >
> > On Friday (Oct 27) I brought up a new database, quickly configured rman
> > and took an incremental 0 backup. Today (Oct 30) I began putting
> > together scripts to handle all of the backup requirements -- weekly
> > inc. 0, daily inc. 1, crosschecking, etc. I'm sure what I'm seeing is
> > 'as advertised', but I'm missing something here...
> >
> > Here is the configuration:
> >
> > RMAN> show all;
> >
> > RMAN configuration parameters are:
> > CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 15 DAYS;
> > CONFIGURE BACKUP OPTIMIZATION ON;
> > CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
> > CONFIGURE CONTROLFILE AUTOBACKUP ON;
> > CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO
> > '/db01/flash_recovery_area/CARGOPD/backup/%F';
> > CONFIGURE DEVICE TYPE DISK PARALLELISM 1;
> > CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
> > CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
> ...
> >
> > So why is it wanting to delete the backup control files that are only 3
> > days old, with a 15-day retention policy? Obviously, I'm not
> > understanding something here.
>
> Redundancy?
> http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmconfg.htm#446251
>
> jg
> --
> @home.com is bogus.
> http://theriotwheel.com/Introduction.html

Joel,

Not sure exactly what it is about redundancy you were pointing me to, and how it might pertain. I had RETENTION POLICY set to RECOVERY WINDOW OF n DAYS, not REDUNDANCY.

Anyway, I found MetaLink note 227398.1 - 'Known RMAN Bugs in Oracle9i' that had some promising points and work arounds. I'll be combing through them this morning. Received on Tue Oct 31 2006 - 07:40:04 CST

Original text of this message

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