zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-150题-236

    QUESTION 150

    Your database is running in ARCHIVELOG mode, and the database is open. You execute an RMAN backup

    and specify the KEEP clause.

    Which components are backed up when this option is specified?

    A. only the control file, the current SPFILE, and data files

    B. only the current SPFILE and data files if autobackup is disabled

    C. only the data files and the archived redo logs

    D. the control file, current SPFILE file, data files, and archived redo logs

    Answer: D

    同236题:http://blog.csdn.net/rlhua/article/details/14453535


    Explanation/Reference:

    Section: Backup, Recovery & Recovery Manager (RMAN)

    When the KEEP clause is specified, RMAN backs up all necessary components to ensure that the database

    can be restored. This includes the control file, the current SPFILE, data files, and the archived redo logs if the

    database is open when the backup is performed. You should note that when you use the KEEP clause, the

    KEEP clause takes precedence over other configured settings, such as any configured retention policy. Also,

    the control file is backed up even if autobackup has been disabled.

    All of the other options are incorrect because the control file, current SPFILE, data files, and archived redo logs

    are backed up when you specify the KEEP clause.

  • 相关阅读:
    7.3形成团队结构
    第7章 设计构架
    第6章 空中交通管制:高可用性设计案例分析
    5.5安全性战术
    第5章实现质量属性
    4..4.7 使用一般场景进行沟通的概念
    4.4.3性能
    第II部分创建构架
    3.3.2使用结构
    docker容器互联
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316093.html
Copyright © 2011-2022 走看看