ACFS file system creation using Manual Method. Steps to create ACFS file system Step 1: List the disks using the below command. col name for a30; SELECT NAME, VALUE, GROUP_NUMBER FROM v$asm_attribute where name like '%com%'; Step 2: Create the oracleasm disk using the below command. #oracleasm create disk ACFS /dev/mapper/DISK014_ARCH_4T1 Step 4: Verify the header status of the path is provisioned using the below query. col PATH for a50; select path, group_number group_#, disk_number disk_#, mount_status,header_status, state, total_mb, free_mb from v$asm_disk order by group_number; SQL> SELECT NAME,VALUE,GROUP_NUMBER FROM v$asm_attribute where name like '%com%'; CREATE DISKGROUP FRA EXTERNAL REDUNDANCY DISK ‘/dev/oracleasm/disks/ARCH03’ NAME FRA_01 ATTRIBUTE compatible.asm’ = ‘12.2.0.1.0’, ‘compatible.rdbms’=’12.2.0.1.0’ ,‘compatible.advm’ = 12.2.0.1.0’; Step 7: Verify the diskgroup has been created using the below query. SQL> SELECT name, free_mb, total_mb, ((t...