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

Why should we always use table aliases in joins?

  Wherever multiple tables are used, always refer to a column by either using an alias or using the fully qualified name. Do not leave the g...