286.The Oracle Database 11g database is running in the ARCHIVELOG mode. The archived redo log
files are stored on three locations. The Flash Recovery Area is one of the locations. The details are given
below:
LOG_ARCHIVE_DEST_1 = 'LOCATION = /disk1/archive' LOG_ARCHIVE_DEST_2 = 'SERVICE = stdb1'
DB_RECOVERY_FILE_DEST = '/u01/oradata'
Examine the following RMAN command issued to set the deletion policy for archived log files:
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 2 TIMES TO sbt;
Which statement is true regarding what this command accomplishes?
A. All archived redo log files backed up at least twice to tape are deleted.
B. All archived redo log files backed up at least once to tape are eligible for deletion.
C. All archived redo log files backed up at least twice to tape are deleted from the flash recovery area.
D. All archived redo log files in local archiving destinations and the flash recovery area backed up at least
twice to tape are eligible for deletion.
Answer: D
答案解析:
参考:归档重做日志删除策略:http://blog.csdn.net/rlhua/article/details/12306189

本文详细解释了如何使用RMAN命令配置Oracle数据库的归档日志删除策略,确保归档日志文件在达到指定备份次数后能够被删除,从而优化存储空间和维护数据库性能。
1031

被折叠的 条评论
为什么被折叠?



