zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-532题

    532.As DBA for the Rebel Alliance you have decided that you need to facilitate some redundancy in your

    database. Using ASM, you want to create a disk group that will provide for the greatest amount of

    redundancy for your ASM data (you do not have advanced SAN mirroring technology available to you,

    unfortunately).

    Which of the following commands would create a disk group that would offer the maximum in data

    redundancy?

    A. CREATE DISKGROUP dg_alliance1 NORMAL REDUNDANCY failgroup diskcontrol1 DISK ,,

    c:oracleasm_disk\_file_disk3 NAME file_ diska1 failgroup diskcontrol2 DISK ,,

    c:oracleasm_disk\_file_disk4 NAME file_ diskb1;

    B. CREATE DISKGROUP dg_alliance1 EXTERNAL REDUNDANCY failgroup diskcontrol1 DISK

    'c:oracleasm_disk\_file_disk3' NAME file_ diska1;

    C. CREATE DISKGROUP dg_alliance1 HIGH REDUNDANCY failgroup diskcontrol1 DISK

    'c:oracleasm_disk\_file_disk1' NAME file_ disk1 failgroup diskcontrol2 DISK '

    c:oracleasm_disk\_file_disk2' NAME file_ disk2 failgroup diskcontrol2 DISK '

    c:oracleasm_disk\_file_disk3' NAME file_ disk3;

    D. CREATE DISKGROUP dg_alliance1 MAXIMUM REDUNDANCY failgroup diskcontrol1 DISK

    'c:oracleasm_disk\_file_disk1' NAME file_ disk1 failgroup diskcontrol2 DISK '

    c:oracleasm_disk\_file_disk2' NAME file_ disk2 failgroup diskcontrol2 DISK '

    c:oracleasm_disk\_file_disk3' NAME file_ disk3 failgroup diskcontrol2 DISK First Test,

    'c:oracleasm_disk\_file_disk4' NAME file_ disk4;

    E. None of the above

    Answer: C

    答案解析:

    参考:http://blog.csdn.net/rlhua/article/details/12999613

    题中说要provide for the greatest amount of redundancy for your ASM data 

    即使用 最高级别的冗余来创建磁盘组

    指定冗余度,有三个选择:HIGH(高度冗余>三路)、NORMAL(标准冗余--双路)和XTERNAL(外部存储冗余);   

  • 相关阅读:
    React-精华版
    国内优秀npm镜像推荐及使用
    GitHub 配置指南
    Nodejs之WebSocket
    js验证连续两位数字递增或递减和连续三位数字相同
    JS魔法堂:LINK元素深入详解
    phpstorm将多个int数字拼接成字符串
    php中使用curl来post一段json数据
    MySQL索引使用:字段为varchar类型时,条件要使用''包起来
    MySQL中enum类型数据,要传入字符串
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316569.html
Copyright © 2011-2022 走看看