Oracle Error Message
ORA-01524: cannot create data file as ‘string’ – file already part of database
Reason for the Error
During ALTER DATABASE CREATE DATAFILE, the new name of a file is already present in the control file.
Solution
Create the file as a name not already being used as part of the database.