How to drop the ASM disk group?

drop asm disk group

In this article, I’m going to show you how to drop the ASM disk group. In my previous post, we discussed how to add a new disk and create a new disk group in ASM.

Drop ASM Disk Group

Firstly we need to dismount the disk group from ASM instance, using following query.

SQL> ALTER DISKGROUP TEST DISMOUNT;

After dismounted the disk group, now we can drop it directly using following command.

SQL> DROP DISKGROUP TEST;

Hope you found this article useful if yes, please write in the comment box.

Read - How to Add New Disk in ASM instance?

Connect with me on:

Instagram: https://www.instagram.com/shripaldba
Linkedin: 
https://www.linkedin.com/in/shripal-singh
Twitter: 
https://twitter.com/ocptechnology
Facebook: 
https://www.facebook.com/ocptechnology
YouTube:
https://www.youtube.com/ocptechnology

2 thoughts on “How to drop the ASM disk group?

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top