How do I move ASM files to a new DISKGROUP if DB in NOARCHIVELOG mode?
I have been researching how to move from one diskgroup to another and have found that most articles recommend using RMAN but in that case the database would need to be ARCHIVELOG mode. Since my databases are in NOARCHIVELOG mode, how would I do this move?
Also, if I am moving from diskgroup to another would there be any special considerations for the SYS and SYSAUX tablespaces and/or Control files?