Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle l »

rman for a data warehouse

Steiner, Randy

2004-02-18


I am trying to use rman for my data warehouse which is in no archive mode.
I only have room for 1 backup and need to remove last weeks backup prior to
doing this weeks backup.

I set the retention period to:
 CONFIGURE RETENTION POLICY to recovery window of 6 days;

And the first lines of my backup script is:
 CROSSCHECK BACKUP OF DATABASE;
 DELETE NOPROMPT OBSOLETE;

If I execute Report Obsolete prior to running my backup (7 days after the
last backup) rman reports nothing and Delete Obsolete does not remove last
weeks backup.

If I run
 select *
 from v$backup_piece
 where status = 'A';

Then I see last weeks backup.


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------


©2008 dba.5341.com - Jax Systems, LLC, U.S.A.