How to fix the Oracle error ORA-19735: wrong creation SCN – control file expects initial plugged-in datafile?

In this post, you’ll learn more about the Oracle ErrorORA-19735: wrong creation SCN – control file expects initial plugged-in datafile with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-19735: wrong creation SCN – control file expects initial plugged-in datafile

Reason for the Error ORA-19735: wrong creation SCN – control file expects initial plugged-in datafile

When a tablespace is plugged into a database, the tablespace is initially read-only. Oracle converts the header of the plugged-in datafiles (assign them a new creation SCN) when the tablespace is first made read-write. This error occurs when the creation SCN in the file header is different from the creation SCN in the control file, possibly because this is the converted datafile.

How to fix the Error ORA-19735: wrong creation SCN – control file expects initial plugged-in datafile ?

You can fix this error in Oracle by following the below steps

Either restore the initial version of the plugged-in datafile, or continue database recovery, which will recover the control file.

Tags :

Leave Your Comment