ORA-00401: The Value for Parameter Compatible Is Not Supported by This Release

ORACLE Startup Error:
ORA-00401: the value for parameter compatible is not supported by this release

Cause:
The database version in the spfileorcl.ora file does not match the actual version. Fix it by modifying the file:

vi /data/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora    

#My installation path is under /data/oracle

Locate the following:

Find the content above and change it to your actual version.

Restart the database.

Leave a Comment

Your email address will not be published.