zoukankan      html  css  js  c++  java
  • OCP 062大量考试新题(2019年)-12

    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)

  • 相关阅读:
    TCP协议
    数据包以及数据传输
    网络模型
    Executors常见的线程池创建以及其问题
    线程池
    阻塞队列和死锁
    ConcurrentHashMap
    ReentrantLock,公平性锁和非公平性锁
    Lock
    jQuery如何获取table中每一行的数据并发送给后端?
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10773724.html
Copyright © 2011-2022 走看看