zoukankan      html  css  js  c++  java
  • How To Resize An ASM Disk On Release 10.2.0.X

     

     

    1) Please backup the database(s) contained inside the associated diskgroup.

    2) Then shutdown the databases contained inside the associated diskgroup.

    3) Dismount the associated diskgroup to verify no client database connections are accessing this specific diskgroup:

    SQL> alter diskgroup <diskgroup> dismount;



    4) Resize your physical disk/LUN at OS/hardware level.

    5) Mount back the diskgroup:

    SQL> alter diskgroup <diskgroup> mount;



    6) Then resize the ASM disk as the following example:

     

    SQL> ALTER DISKGROUP <diskgroup> RESIZE DISK <disk name> <size>M REBALANCE POWER <1-11>;

    SQL> ALTER DISKGROUP DATA RESIZE DISK DISK_A1 SIZE 5000 M REBALANCE POWER 11;

     

     

     

     

     

    From Oracle

    -------------------------------------------------------------------------------------------------------

    Blog http://blog.csdn.net/tianlesoftware

    Email: dvd.dba@gmail.com

    DBA1 群:62697716();   DBA2 群:62697977()   DBA3 群:62697850()  

    DBA 超级群:63306533();  DBA4 群: 83829929  DBA5群: 142216823   

    聊天 群:40132017   聊天2群:69087192

    --加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

    道森Oracle,国内最早、最大的网络语音培训机构,我们提供专业、优质的Oracle技术培训和服务! 我们的官方网站:http://www.daosenoracle.com 官方淘宝店:http://daosenpx.taobao.com/
  • 相关阅读:
    tushare包使用案例
    Matplotlib模块:绘图和可视化
    pandas使用
    django 表操作
    元数据Meta
    django关系类型字段
    django项目模型字段
    django项目mysite 2
    django安装使用xadmin
    GCC版本中没有GLIBCXX_3.4.15错误
  • 原文地址:https://www.cnblogs.com/tianlesoftware/p/3609718.html
Copyright © 2011-2022 走看看