ORA-02096: specified initialization parameter is not modifiable with this option
Cause: Though the initialization parameter is modifiable, it cannot be modified using the specified command.
Action: Check the DBA guide for information about under what scope the parameter may be modified
ORA-02096错误是由于指定的参数不能被此选项修改导致的。
ORA-02096 occurs when an ALTER SYSTEM SET … scoped local command is issued and the designated initialization parameter cannot be modified with the current option.
在使用ALTER SYSTEM SET …以修改某个指定的初始化参数的值时,如果当前的选项不支持修改,则会出现ORA-02096错误。
1.检查当前参数是否能被指定的选项修改,如果不能,则重新设置参数值或者使用支持修改的其他选项。
2.重新启动数据库,确认参数是否被正确修改。
3.如果参数没有被修改,则尝试手动编辑pfile/spfile,修改参数,然后重启数据库确认修改是否生效。
本文标签:ORA-02096 specified initialization parameter is not modifiable with this option
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接