Moving datafiles recursevely
Does anyone have a script or procedures to move datafiles in Oracle 12 to another directory? For example: alter database move datafile '/u03/ordata/TEST/system.dbf' to '/u03/oradata/NEWTEST/system.dbf' and you could extract all the datafiles with one script. Thanks