ORA-00201: control file version incompatible with ORACLE version

I got ” ORA-00201: control file version incompatible with ORACLE version ” error in Oracle database during Startup database.

 

ORA-00201: control file version incompatible with ORACLE version

 

Details of error are as follows.

ORA-00201: control file version 19.0.0.0.0 incompatible with ORACLE version 18.0.0.0.0

Error:  ORA-00201 control file version %s incompatible with ORACLE version %s
---------------------------------------------------------------------------
Cause:  The control file was created by incompatible software.
Action: Either restart with a compatible software release or use CREATE
CONTROLFILE to create a new control file that is compatible with this
release.
Versions 9.2, 10.1

Error:  ORA-00201 controlfile version %s incompatible with ORACLE version %s
---------------------------------------------------------------------------
Cause:  The controlfile was created by incompatible software.
Action: Either restart with a compatible software release or use CREATE
CONTROLFILE to create a new controlfile that is compatible with this
release.

 

 

control file version incompatible with ORACLE version

This ORA-00201 error is related with the Compatible version of Oracle instance and Controlfile Compatible.

 

To solve this error, set compatible parameter as follows then restart database.

SQL> alter system set compatible='19.0.0' scope=spfile sid='*';


SQL> shutdown immediate

SQL> startup

 

Or If your version is lower than 19 or 18, then set compatible parameter according to your database. If your Oracle version is 12c then you can set it 12 as follows.

alter system set compatible='12.0.0.0.0' scope=spfile;

 

Do you want to learn more details about RMAN, then Click this Link and read the articles.

RMAN Tutorial | Backup, Restore and Recovery Tutorials For Beginner Oracle DBA

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

Leave a Reply

Your email address will not be published. Required fields are marked *