You can do that without shutting down the database ( same is true on small files)
alter tablespace ... offline normal;
move file
alter tablespace rename datafile
alter tablespace online

Not sure about the exact syntax of rename file

Cheers