How to fix the Oracle error ORA-01223: RESETLOGS must be specified to set a new database name?
In this post, you’ll learn more about the Oracle ErrorORA-01223: RESETLOGS must be specified to set a new database name with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01223: RESETLOGS must be specified to set a new database name
Reason for the Error ORA-01223: RESETLOGS must be specified to set a new database name
The SET database name option was specified to CREATE CONTROLFILE, but RESETLOGS was not specified. The database name can only be changed when opening the database with RESETLOGS.
How to fix the Error ORA-01223: RESETLOGS must be specified to set a new database name ?
You can fix this error in Oracle by following the below steps
Either add the RESETLOGS option or drop the SET option to CREATE CONTROLFILE.
Leave Your Comment