Move all files related to db to new ASM diskgroup
We will be moving our storage soon. We will create the new ASM diskgroup in the new storage and move the database datafile, control file, redo log file, archive log file, temp file and spfile etc all the related file needed for the database to start up normal to be moved to a new ASM diskgroup in Oracle RAC environment.
I have found the note How to move ASM database files from one diskgroup to another ? ( Doc ID 330103.1 ) and
How to move ASM spfile to a different disk group ( Doc ID 1082943.1 ) But I couldn't find any documentation on moving the redo log file, archive log file and control file to new diskgroup. I am assuming that we just need to recreate the temp file to new diskgroup, but would also like to see a documentation on this.