Steps to Move ASM DATABASE FILES from ONE DISKGROUP TO ANOTHER
Since ASM files cannot be accessed through normal operating system interfaces, RMAN is the preferred means of copying ASM file. The steps to moving a datafile from a diskgroup to another is as below, using RMAN. 1) Identify the datafile to be moved. 2) Identify the diskgroup on to which the datafile has to be moved. 3) Take the datafile offline. 4) Copy the datafile to new diskgroup using Either RMAN or DBMS_FILE_TRANSFER. 5) Rename the datafile to point to new location. 6) Recover the datafile. 7) Bring the datafile online. 8) Verify the new datafile locations. 9) Delete the datafile from its original location. 1) Identify the datafile to be moved. SQL> SELECT FILE_NAME FROM DBA_DATA_FILES; +ASMDISK2/orcl/datafile/users.256.565313879 <======= Move this to ASMDISK1. +ASMDISK1/orcl/sysaux01.dbf +ASMDISK1/orcl/undotbs01.dbf +ASMDISK1/orcl/system01.dbf 2) Identify the diskgroup on to which the datafile has to be moved. SQL> SELECT GROUP_NUMBER, NAME FROM