DBA Hub

📋Steps in this guide1/1

drop an asm disk

-----Dropping one disk:

oracle configurationintermediate
by OracleDba
16 views
1

drop an asm disk

Code/Command (click line numbers to comment):

1
2
3
4
5
6
-----Dropping one disk:
alter diskgroup data drop disk DATA_ASM0001;
-----Dropping multiple disk:
alter diskgroup data drop disk DATA_ASM0001,DATA_ASM00002, DATA_ASM0003 rebalance power 100;
---- Monitoring the rebalance operation:
select * from v$asm_operation;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!