zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-41题-620

    QUESTION 41

    You are using the control file to maintain information about the database backups that are being performed by

    Recovery Manager (RMAN).

    Identify two scenarios is which you must have a recovery catalog. (Choose two.)

    A. To store the backup information of multiple database

    B. To restrict the amount of space that is used by the backups

    C. To maintain a backup for a certain time is set bythe CONTROL_FILE_RECORD_KEEP_TIME parameter.

    D. To list the data files that were in a target database at a given time by using the AT option of REPORT

    SCHEMA command.

    Answer: AD

    同620题:http://blog.csdn.net/rlhua/article/details/19166841


    atClause

    This subclause specifies a point in time as a time, SCN, or log sequence number. You must be connected to a recovery catalog when issuing a REPORT SCHEMAcommand with an AT clause.

    Syntax Element Description
    AT SCN integer Specifies an SCN.
    AT SEQUENCE integer Specifies a log sequence number. The integer indicates the time when the specified log was first opened.
       THREAD integer Specifies a redo THREAD number. The integer indicates the time when the thread was first opened.
    AT TIME 'date_string' Specifies a date (see Example 3-14). The NLS_LANG and NLS_DATE_FORMAT environment variables specify the format for the time.

    Explanation/Reference:

    Section: Backup, Recovery & Recovery Manager (RMAN)

    SYBEX 1Z0-053 Study Guide, Chapter 5: Using the RMAN Recovery Catalog

    Identify situations that will require the RMAN recovery catalog.

    Understand that the recovery catalog is largely optional. A recovery catalog will be needed for storing scripts

    , and it will be required if you want to store backup records longer than one yearor beyond the setting of

    CONTROL_FILE_RECORD_KEEP_TIME.

    Oracle Press 1Z0-053 Exam Guide, Chapter 3: Creating and Maintaining an RMAN Catalog

    Finally, using a recovery catalog permits you to use the following RMAN commands:

    -BACKUP...KEEP UNTIL TIME Keep a backup for a period of time that differs from the configured

    retention policy.

    -BACKUP...KEEP FOREVER Keep a backup indefinitely or until you manually remove it.

    -REPORT SCHEMA...AT Show the structure of the database at a specific time in the past.

  • 相关阅读:
    <c:if></c:if>用法-转载
    Windows下配置Apache服务器
    ScrureCRT访问CentOS时出现乱码的解决办法
    Windows平台下Git服务器搭建
    Group_Concat函数示例
    Mysql Federated Server 示例
    MySQL几个特别语法示例
    MySQL事件调度器
    Disruptor Java版和.NET版的区别
    委托的三种实现方式
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315975.html
Copyright © 2011-2022 走看看