Oracle Solution for Error ora-01523

Solution for Oracle Error ORA-01523

ORA-01523: cannot rename data file to 'string' - file already part of database

What triggered the Error:

During ALTER DATABASE RENAME or ALTER TABLESPACE RENAME, the new name of a file is already present in the control file.

What should we do to fix it:

Rename the file to a name not already being used as part of the database.