ORA-32012: SPFILE format is inconsistent with value of COMPATIBLE parameter
Cause: The SPFILE was in H.A.R.D. (Hardware Assisted Resilient Data) compliant format but the value of the COMPATIBLE parameter was set to pre-11.0. This is not allowed since Oracle has a policy of irreversible compatibility advance.
Action: Change the value of the COMPATIBLE parameter to be 11.0 or higher.
这是由于SPFILE文件格式与COMPATIBLE参数值不兼容导致的错误。
ORA-32012: SPFILE format is inconsistent with value of COMPATIBLE parameter
Cause: The SPFILE format is inconsistent with the COMPATIBLE initialization parameter.
Action: Upgrade the SPFILE or set the COMPATIBLE parameter to the correct value.
1、使用show sppar file_name显示SPFILE参数值。
2、将COMPATIBLE参数设置为正确的值。
3、使用SPFILE启动数据库。
4、使用 alter system resetcompatible改变兼容性参数的值,重新启动数据库。
本文标签:ORA-32012 SPFILE format is inconsistent with value of COMPATIBLE parameter
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接