Disclaimer

Sunday, 11 July 2021

Check Whether Oracle Flex ASM is enabled or not

 

How to Check if Oracle Flex ASM is Configured?

Checking oracle Flex ASM is configured or not is super easy. 

Just oracle ASM environment and execute the below command

$asmcmd showclustermode
ASM cluster : Flex mode disabled







No comments:

Post a Comment

SQL Explain Plan in Oracle

  The SQL Explain Plan has been confusing for many Oracle DBAs. I would like to explain it in a simple way as follows. Whenever we write an ...