您的位置:首页 > 其它

How To Resize An ASM Disk On Release 10.2.0.X

2011-04-25 09:55 567 查看
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表空间和数据文件的关系,否则拒绝申请
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: