ORA-01524: cannot create data file as 'string' - file already part of database
What triggered the Error:
During ALTER DATABASE CREATE DATAFILE, the new name of a file is already present in the control file.What should we do to fix it:
Create the file as a name not already being used as part of the database.