ORA-16179: incremental changes to “string” not allowed with SPFILE
Cause: Incremental changes to a log_archive_dest_n parameter cannot be made when using an SPFILE.
Action: Specify either LOCATION or SERVICE plus all other attributes to be set in one ALTER SYSTEM/SESSION SET command.
ORA-16179:SPFILE不允许对“string”进行增量更改
ORA-16179发生,当使用ALTER SYSTEM检测到一段时使用SPFILE,而不是PFILE更改系统参数时,但是更改只是常规字符串值到另一个常规字符串值。
1.确定错误的系统参数:我们可以通过查看alertlog文件中的消息来确定哪个参数发生错误。
2.通过前面的步骤,可以从spfile中检索该参数的值。
3.直接进入sqlplus,使用“alter system set = scope=spfile;”命令重新设置该参数。
4.执行’shutdown immediate’命令以确保新的值被正确保存到spfile中。
5.使用’startup’命令重新启动实例
本文标签:ORA-16179 incremental changes to #8220string #8221 not allowed with SPFILE
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接