码迷,mamicode.com
首页 > 其他好文 > 详细

OCP 062大量考试新题(2019年)-12

时间:2019-04-26 14:48:28      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:configure   config   command   dev   logs   base   解析   efault   归档   

  • 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)

    OCP 062大量考试新题(2019年)-12

    标签:configure   config   command   dev   logs   base   解析   efault   归档   

    原文地址:https://blog.51cto.com/13854012/2385090

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!