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

ORACLE启动出错:
ORA-00401: the value for parameter compatible is not supported by this release

原因:
spfileorcl.ora文件中的数据库版本和实际不符合,修改即可:

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

#我的安装路径为/data/oracle下

找到如下:

找到上面内容,修改成自己实际版本即可。

重新启动数据库。

发表评论

您的邮箱地址不会被公开。