您的位置:首页 > 其它

OCP-1Z0-053-V12.02-320题

2013-09-23 10:43 253 查看
320.You are using RMAN to backup your ARCHIVELOG mode database. You have enabled control-file

autobackups. Which files are not backed up during the RMAN backup?

A. Database Datafiles

B. Database Control Files

C. Online redo logs

D. Archived redo logs

E. The database SPFILE

F. None of the above, all these files are backed up.

Answer: C



答案解析:

The RMAN command for making backups is
BACKUP
. The RMAN
BACKUP
command supports backing up the following types of files:

Datafiles and control files

Server parameter file

Archived redo logs

RMAN backups

Although the database depends on other types of files, such as network configuration files, password files, and the contents of the Oracle home, you cannot back up these files with RMAN. Likewise, some features of Oracle Database, such as external tables,
may depend upon files other than the datafiles, control files, and redo log. RMAN cannot back up these files. Use some non-RMAN backup solution for any files not in the preceding list。

官方参考:http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmcncpt.htm#i1006083
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: