27.You are using the flash recovery area (fast recovery area in 11g Release 2) to store backup related
files in your database.
After regular monitoring of space usage in the Mash recovery area. You realize that the flash recovery
area is (jetting filled up very fast and it is running out of space. Your database flash recovery area is low
on specie and you have no more room on disk. Proactively, which two options could you use to make
more space available in the flash recovery [Choose two]
A. Change the RMAN archived log deletion policy.
B. Use the RMAN CROSSCHECK command to reclaim the archived log space.
C. Change the RMAN retention policy to retain backups for a shorter period of time.
D. Use OS command to move files from the flash recovery area to some other location
Answer: BDCROSSCHECK
command to synchronize the physical reality of backups
and copies with their logical records in the RMAN repository.CROSSCHECK
command does not delete the repository records of the files that it does not find, but updates their repository records to EXPIRED
.
You can run DELETE
EXPIRED
to
remove the repository records for expired files and any existing physical files whose status is EXPIRED
.EXPIRED
状态,则通过DELETE
EXPIRED删除过期的备份,即在物理磁盘上没有备份文件。这样就可以个FRA腾出更多的空间。
EXPIRED