How to fix the Oracle error ORA-01524: cannot create data file as ‘string’ – file already part of database?
In this post, you’ll learn more about the Oracle ErrorORA-01524: cannot create data file as ‘string’ – file already part of database with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01524: cannot create data file as ‘string’ – file already part of database
Reason for the Error ORA-01524: cannot create data file as ‘string’ – file already part of database
During ALTER DATABASE CREATE DATAFILE, the new name of a file is already present in the control file.
How to fix the Error ORA-01524: cannot create data file as ‘string’ – file already part of database ?
You can fix this error in Oracle by following the below steps
Create the file as a name not already being used as part of the database.
Leave Your Comment