zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-169题-531

    QUESTION 169

    When starting up your ASM instance, you receive the following error:

    SQL> startup pfile=?/dbs/init+ASM.ora ASM instance started

    Total System Global Area 104611840 bytes

    Fixed Size 1298220 bytes

    Variable Size 78147796 bytes

    ASM Cache 25165824 bytes

    ORA-15032: not all alterations performed

    ORA-15063: ASM discovered an insufficient number ofdisks for disk group "DGROUP3"

    ORA-15063: ASM discovered an insufficient number ofdisks for disk group "DGROUP2"

    ORA-15063: ASM discovered an insufficient number ofdisks for disk group "DGROUP1"

    In trying to determine the cause of the problem, you issue this query:

    SQL> show parameter asm

    NAME TYPE VALUE

    ------------------------------------ ----------- -------------------------_

    asm_allow_only_raw_disks boolean FALSE

    asm_diskgroups string DGROUP1, DGROUP2, DGROUP3

    asm_diskstring string

    asm_power_limit integer 1

    asm_preferred_read_failure_groups string

    What is the cause of the error?

    A. The ASM_DISKGROUPS parameter is configured for three disk groups: DGROUP1, DGROUP2, and

    DGROUP3. The underlying disks for these disk groups have apparently been lost.

    B. The format of the ASM_DISKGROUPS parameter is incorrect.It should reference the disk group numbers,

    not the names of the disk groups

    C. The ASM_POWER_LIMIT parameter is incorrectly set to 1. It should be set to the number of disk groups

    being attached to the ASM instance.

    D. The ASM_DISKSTRING parameter is not set; therefore disk discovery is not possible.

    E. There is insufficient information to solve this problem.

    Answer: D

    同531题:http://blog.csdn.net/rlhua/article/details/14124467


    Explanation/Reference:

    Section: Managing Database Performance & Tuning

  • 相关阅读:
    字体向上滚动
    地图改变图层
    移动地图
    [转] nodejs安装不了和npm安装失败的解决方法
    git回滚merge
    处理网站缓存问题
    webpack初学笔记 之 小案例篇demo1
    正则表达式整理
    关于返回值为图片 音频 视频的处理
    jquery ui datepicker 插件如何设置只能选择日期 禁止输入日期
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316110.html
Copyright © 2011-2022 走看看