Chinaunix首页 | 论坛 | 博客
  • 博客访问: 667580
  • 博文数量: 487
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4936
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(487)

文章存档

2024年(2)

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

分类: Oracle

2019-04-26 13:07:28

12. Your database is configured in archivelog mode.
Examine the RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO COPY;
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
Examine the command:
RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;
Which 2 are true?
A) It fails because the delete input option can be used only with the backup as backupset command.
B) It falls because the delete input option can be used only with the backup as copy command.
C) It creates image copies of the archivelogs.
D) It creates image copies of the database files.
E) It creates a backupset of archive log files
Answer:CD
(解析:实验证明,数据文件和归档日志都是做镜像 copy,因为 rman 的配置指定备份的类型是 copy。来自3组:1015267481)
阅读(897) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~