zoukankan      html  css  js  c++  java
  • OCP-052考试题库汇总(52)-CUUG内部解答版

    Your DB_RECOVERY_FILE_DEST_SIZE IS 8G,Currently,5G of the space is used of which 4G consists of obsolete backups, You execute this command;

    SQL> ALTER SYSTEM SET db_recovery_file_dest_size=2G;

    What is the outcome?

    A) It changes DB_RECOVERY_FILE_DEST_SIZE to 2G and deletes the obsolete backups

    B) It changes DB_RECOVERY_FILE_DEST_SIZE to 5G

    C) It fails because DB_RECOVERY_FILE_DEST_SIZE is a static parameter

    D) It changes DB_RECOVERY_FILE_DEST_SIZE to 2G without deleting valid backups

    E) It fails because the new size is less than 5G

    Answer: D (验证过)

    CUUG:因为当前还有空闲的空间 3G,所以无需删除有效和无效的备份。

    赵:网友选 A 待验证。个人认为有效的备份只有 1G,小于被修改后的 2G,不需要删除过时的备份。

    题译:DB_Recovery_file_DEST_size 为 8G,目前使用的空间为 5G,其中 4G 由过时的备份组成。

    小明:A 实测不会删除

  • 相关阅读:
    MMU_段式映射
    MMU段式映射(VA -> PA)过程分析
    NOR FLASH驱动程序
    PCB上 如何显示 汉字
    poj1273 Drainage Ditches
    poj2349 Arctic Network
    poj3660 Cow Contest
    poj3259 Wormholes
    poj3159 Candies
    poj1011 Sticks
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/11495561.html
Copyright © 2011-2022 走看看