Hi Tim,
Inorder to move a datafile from filesystem to ASM which command we need to use in 10g & 11g ASM
either
copy datafile <file_id> to '<diskgroup_name>'; followed by switch datafile <file_id> to copy;
or
backup as copy datafile <file_id> format '<diskgroup_name>'; followed by switch datafile <file_id> to copy;
which one should i use on both 10g and 11g ASM.
what is the difference between above two commands.