1.

How Do We Remove Asm From An Oracle Rac Environment?

Answer»

We need to stop and DELETE the INSTANCE in the node first in INTERACTIVE or silent mode. After that ASM can be removed using SRVCTL tool as follows:

  • srvctl stop asm -n node_name
  • srvctl remove asm -n node_name
  • We can verify if ASM has been removed by issuing the following command:
  • srvctl config asm -n node_name

We need to stop and delete the instance in the node first in interactive or silent mode. After that ASM can be removed using srvctl tool as follows:



Discussion

No Comment Found