• OCP-1Z0-053-200题-58题-635


    QUESTION 58

    While Monitoring the space usage in your database that is in ARCHIVELOG mode you observed that the flash

    recovery area does not have enough free space to accommodate any more files and you do not have

    necessary permissions to add more space to it.

    Identify the two events that can occur in the eventof a log switch? (Choose two.)

    A. An entry is created in the alert log file and the database instance continues to function normally

    B. The log switch hangs occur for transactions until free space is available in the flash recovery area

    C. The Oracle database server deletes a file that ison the obsolete file list to make free space in the flash

    recovery area

    D. The database instance status is implicitly changed to RESTRICTED mode and file creations to the flash

    recovery area are prevented

    Answer: BC

    同636题:http://blog.csdn.net/rlhua/article/details/17258625


    Explanation/Reference:

    Section: Flashback Operations & Configuration

    https://netfiles.uiuc.edu/jstrode/www/oraelmt/redo_log_files.html

    Log Switch:

    A log switch occurs when the database stops writing to one online redo log file and begins writing to another.

    Normally, a switch occurs when the current online redo log file is full and writing must continue. However, you

    can configure log switches to occur at regular intervals, regardless of whether the current online redo log file is

    filled, and force log switches manually.

    Incremental checkpoints:

    An incremental checkpoint is a type of thread checkpoint partly intended to avoid writing large numbersof

    blocks at online redo log switches. DBWn checks at least every three seconds to determine whether it has work

    to do. When DBWn writes dirty buffers, it advances the checkpoint position, causing CKPT to write the

    checkpoint position to the control file, but not tothe data file headers.

  • 相关阅读:
    LeetCode-160. Intersection of Two Linked Lists
    LeetCode-328. Odd Even Linked List
    LeetCode-234. Palindrome Linked List
    Trie树
    圆圈中最后剩下的数字
    LeetCode-215. Kth Largest Element in an Array
    n个骰子的和
    DFS & BFS
    ubuntu14.04安装显卡驱动(转载)
    Ubuntu 14.04 配置caffe环境
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316014.html
Copyright © 2020-2023  润新知