eygle.com   eygle.com
eygle.com  
 

« August 31, 2009 | Blog首页 | September 2, 2009 »



September 1, 2009

RMAN排除备份 Exclude带来的Obsolete影响

作者:eygle

出处:http://blog.eygle.com

最近注意到,在Oracle9i中,一旦实施了Rman的排除表空间备份,Exclude的表空间在RMAN中一直会被认为是Need Backup的,从而会导致Oracle认为之前的备份一直是有用的,不能被Obsolete所抛弃。

这就会为备份集管理带来一系列的问题。

RMAN> report need backup;

RMAN retention policy will be applied to the command
RMAN retention policy is set to redundancy 1
Report of files with less than 1 redundant backups
File #bkps Name
---- ----- -----------------------------------------------------
7    0     /dev/rrac_statspack
这被定义为一个Bug,在Oracle 10g中被修正,在10gR2中,排除表空间之后,RMAN如下报告:
RMAN> report need backup;

RMAN retention policy will be applied to the command
RMAN retention policy is set to redundancy 1
Report of files with less than 1 redundant backups
File #bkps Name
---- ----- -----------------------------------------------------
file 4 is excluded from whole database backup
Oracle在Bug 3736736修正中澄清,修正后,如果有效备份中不包含排除表空间,则备份将不保留用于恢复排除表空间的归档。

-The End-




Posted by eygle at 8:34 AM | Comments (0)



CopyRight © 2004-2008 eygle.com, All rights reserved.