Home Privacy Policy Feedback Link to us Site Map

Oracle/PLSQL: ORA-00201 Error


Error:

ORA-00201: control file version num incompatible with Oracle version num

Cause:

The control file was created by a version of Oracle that is different than the version of Oracle that you are currently running.

Action:

The options to resolve this Oracle error are:
  1. Restart Oracle with a version of Oracle that is the same as the control file.
  2. Create a new control file using the CREATE CONTROLFILE command.