zoukankan      html  css  js  c++  java
  • 053-618

    You want to set the following initialization parameters for your database instance:
    LOG_ARCHIVE_DEST_1 = 'LOCATION=/disk1/arch' LOG_ARCHIVE_DEST_2 =
    'LOCATION=/disk2/arch' LOG_ARCHIVE_DEST_3 = 'LOACTION=/disk3/arch'
    LOG_ARCHIVE_DEST_4 = 'LOCATION=/disk4/arch
    MANDATORY'
    Identify the statement that correctly describes this setting.
    A. The MANDATORY location must be a flash recovery area.
    B. The optional destinations may not use the flash recovery area.
    C. This setting is not allowed because the first destination is not set as MANDATORY.
    D. The online redo log file is not allowed to be overwritten if the archived log cannot be created in the fourth destination.

      考点是 MANDATORY 选项。指定选项之后, redo 日志在成功档到此路径之前,
    不能被重用。 D LOG_ARCHIVE_DEST_1 LOG_ARCHIVE_DEST_31,不支持
    个参数,其他的无要求, C
      LOG_ARCHIVE_DEST_n 指定的位置可以是本地磁位置,也可以是回恢复区:
    LOCATION=local_disk_directory
    LOCATION=USE_DB_RECOVERY_FILE_DEST
    A,B

  • 相关阅读:
    random 模块
    re 模块
    正则表达式
    15. 3Sum
    253. Meeting Rooms II
    91. Decode Ways
    17. Letter Combinations of a Phone Number
    314. Binary Tree Vertical Order Traversal
    311. Sparse Matrix Multiplication
    311. Sparse Matrix Multiplication
  • 原文地址:https://www.cnblogs.com/Babylon/p/7839858.html
Copyright © 2011-2022 走看看