DBA Hub

📋Steps in this guide1/1

Drop ASM diskgroup

-- To drop a diskgroup, make sure the diskgroup has been dismounted from all the remote nodes,  It should be mounted only on the local nodes, where we will run the drop command.

oracle configurationintermediate
by OracleDba
13 views
1

Drop ASM diskgroup

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
-- To drop a diskgroup, make sure the diskgroup has been dismounted from all the remote nodes,  It should be mounted only on the local nodes, where we will run the drop command.
drop
diskgroup D
SMREDOA
including
contents
;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!