ocp-442

来源:互联网 发布:淘宝群 任务有礼 编辑:程序博客网 时间:2024/06/15 06:43

QUESTION NO: 442
You issued the following RMAN command to back up the database:

RMAN> RUN{
ALLOCATE CHANNEL c1 DEVICE TYPE sbt
BACKUP DATABASE
TAG quarterly
KEEP FOREVER
RESTORE POINT FY06Q4;}
Which two statements are true regarding the backup performed? (Choose two.)
A. Archived redo log files are backed up along with data files.
B. Only data files are backed up and a restore point named FY06Q4 is created.
C. Archived log files are backed up along with data files, and the archived log files are deleted.
D. The command creates a restore point named FY06Q4 to match the SCN at which this backup is consistent.

Answer: A,D


你发出下面的RMAN命令备份数据库
关于执行的备份, 哪两项描述是真实的?

A.归档重做日志文件与数据文件一起进行备份。

D.该命令创建一个名为FY06Q4的还原点以匹配这个SCN,在这个还原点上备份是一致的。


0 0
原创粉丝点击