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

    Your database is open in ARCHIVELOG mode.

    LOG_ARCHIVE_DEST is set to Fast Recovery Area (FRA) and It is 100% full when a log switch takes place.

    No alternative or optional archive destinations are defined.

    What is the outcome?

    A)Obsolete backups are automatically deleted and new archivelogs are generated.

    B)All active sessions hang until the database administrator (DBA) makes space available in the FRA.

    C)The archivelog entries are made in the diagnostic destination and when space is available, new archivelogs are generated.

    D)All active sessions are disconnected and their transactions rolled back.

    E)No archivelogs are generated.

    Answer: B

    赵:

    A=>B

    题译:LOG_ARCHIVE_DEST 被设置为快速恢复区,当发生日志切换时,它是 100%满的。没有定义替代的或可选的存档目的地。结果如何?

    FRA 中的保留策略 :

    FRA 中的文件的保留与否由 RMAN 保留策略来决定。通过执行 RMAN configure retention policy 命令来设置其策略。

    对于没有关联保留策略或是永久文件,文件永远不会被删除。

    对于关联保留策略的文件,没有过时的情况下不会被删除,一旦过时,在空间压力下回自动被删除。

    注意:

    如果闪回恢复区是唯一的归档日志目标,那么 FRA 中的空间被用完时,数据库会被挂起。所以如果 FRA 是唯一 的,就必须仔细观察空间可用性。

  • 相关阅读:
    神盾局第4季
    PAT 1053. Path of Equal Weight (30)
    PAT 1052. Linked List Sorting (25)
    PAT 1051. Pop Sequence (25)
    PAT-1049. Counting Ones (30)
    PAT-1047. Student List for Course (25)
    PAT 1045. Favorite Color Stripe (30)
    每日编程-20170308
    技术博客的第一篇文章
    《C语言》while语句和dowhie语句(7)
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/11491162.html
Copyright © 2011-2022 走看看