zoukankan      html  css  js  c++  java
  • 转 oracle ASM中ASM_POWER_LIMIT参数

    https://daizj.iteye.com/blog/1753434

    ASM_POWER_LIMIT 
    该初始化参数用于指定ASM例程平衡磁盘所用的最大权值,其数值范围为0~11,默认值为1。该初始化参数是动态参数,可以使用ALTER  SESSION或ALTER  SYSTEM命令进行修改。示例如下: 

    SQL>ALTER  SESSION  SET   Asm_power_limit=2; 

    附甲骨文官方说明: 

    属性 说明 
    参数类型 Integer 
    默认值 1 
    允许动态修改 ALTER SESSION, ALTER SYSTEM 
    取值范围 0 ~ 11 
    RAC相关 多个实例可以有不同的值 
    Note:This Parameter May Only Be Specified In An Automatic Storage Management Instance. 
    ASM_POWER_LIMIT Specifies The Maximum Power On An Automatic Storage Management Instance For Disk Rebalancing. The Higher The Limit, The Faster Rebalancing Will Complete. Lower Values Will Take Longer, But Consume Fewer Processing And I/O Resources. 

    If The POWER Clause Of A Rebalance Operation Is Not Specified, Then The Default Power Will Be The Value Of ASM_POWER_LIMI

  • 相关阅读:
    SpringBoot
    SpringBoot
    MySQL
    Database
    Database
    MySQL
    Debug
    《mysql必知必会》学习_第18章
    C#中访问私有成员
    精彩语录收集
  • 原文地址:https://www.cnblogs.com/feiyun8616/p/10779729.html
Copyright © 2011-2022 走看看