zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-38题-617

    QUESTION 38

    A database instance is using an Automatic Storage Management (ASM) instance, which has a disk group,

    DGROUP1, created as follows:

    SQL> CREATE DISKGROUP dgroup1 NORMAL REDUNDANCY

    FAILGROUP controller1 DISK '/devices/diska1', '/devices/diska2'

    FAILGROUP controller2 DISK '/devices/diskb1', '/devices/diskb2' ;

    What happens when the whole CONTROLLER1 Failure group is damaged?

    A. The transactions that use the disk group will halt.

    B. The mirroring of allocation units occurs within the CONTROLLER2 failure group.

    C. The data in the CONTROLLER1 failure group is shifted to the CONTROLLER2 failure group and implicit

    rebalancing is triggered.

    D. The ASM does not mirror any data and newly allocated primary allocation units (AU) are stored in the

    CONTROLLER2 failure group.

    Answer: C

    同617题:http://blog.csdn.net/rlhua/article/details/12999009


    Explanation/Reference:

    Section: Database Architecture & Resource Management, RAC, ASM

    Oracle Press 1Z0-053 Exam Guide, Chapter 1: Database Architecture and ASM

    Whenever you change the configuration of a disk group-whether you are adding or removing a failure group or

    a disk within a failure group-dynamic rebalancing occurs automatically to proportionally reallocate data from

    other members of the disk group to the new member of the disk group. This rebalance occurs while the

    database is online and available to users. Any impact to ongoing database I/O can be controlled by adjusting

    the value of the initialization parameter ASM_POWER_LIMIT to a lower value.

  • 相关阅读:
    stm32的hal之串口库函数总结复习
    关闭win10 任务栏窗口预览的步骤:
    sizeof的注意点
    goto语句——慎用,但是可以用
    #define的一个小技巧
    Chapter 1 First Sight——36
    Chapter 1 First Sight——35
    Chapter 1 First Sight——34
    leetcode409
    Chapter 1 First Sight——34
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315999.html
Copyright © 2011-2022 走看看