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 Queries for Goldengate Replications

  set linesize 200 set pagesize 100 set trimspool on column table_owner format a25 heading 'TABLE_OWNER' column tabl...