ORA-16179: incremental changes to "log_archive_dest_1" not allowed with SPFILE_MySQL, Oracle及数据库讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  MySQL, Oracle及数据库讨论区 »
总帖数
2
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 2245 | 回复: 1   主题: ORA-16179: incremental changes to "log_archive_dest_1" not allowed with SPFILE        下一篇 
huan.liu
注册用户
等级:新兵
经验:72
发帖:58
精华:0
注册:2011-11-23
状态:离线
发送短消息息给huan.liu 加好友    发送短消息息给huan.liu 发消息
发表于: IP:您无权察看 2015-7-23 15:38:37 | [全部帖] [楼主帖] 楼主

ORA-16179: incremental changes to "log_archive_dest_1" not allowed with SPFILE 错误解决

Oracle很多参数都是 参数='值'的形式

而log_archive_dest_1的值是里面带上'location=目录'

SQL> alter system set log_archive_dest_1='D:\oracle\product\10.2.0\flash_recovery_area\BUT\archivedlog\';
alter system set log_archive_dest_1='D:\oracle\product\10.2.0\flash_recovery_area\BUT\archivedlog\'
*
ERROR at line 1:
ORA-32017: failure in updating SPFILE
ORA-16179: incremental changes to "log_archive_dest_1" not allowed with SPFILE


原因是值里面缺少location=,oracle的提示信息通常让人看的一头雾水...

SQL> alter system set log_archive_dest_1='location=D:\oracle\product\10.2.0\flash_recovery_area\BUT\archivedlog\';
System altered.


--转自 北京联动北方科技有限公司




赞(0)    操作        顶端 
联动大白
注册用户
等级:列兵
经验:91
发帖:0
精华:0
注册:2015-5-27
状态:离线
发送短消息息给联动大白 加好友    发送短消息息给联动大白 发消息
发表于: IP:您无权察看 2019-6-21 0:30:00 | [全部帖] [楼主帖] 2  楼

为了方便大家阅读,我对文章中错误号来解释一下吧!

Error Id: ORA-16179

Title: incremental changes to "string" not allowed with SPFILE

Description:

incremental changes to "string" not allowed with SPFILE

Action:

Specify either LOCATION or SERVICE plus all other attributes to be set in one ALTER SYSTEM/SESSION SET command.

Cause:

Incremental changes to a log_archive_dest_n parameter cannot be made when using an SPFILE.


Error Id: ORA-32017

Title: failure in updating SPFILE

Description:

failure in updating SPFILE

Action:

See associated errors.

Cause:

A failure occured while updating the SPFILE.


也许你已明白,但对一个人有用也是我存在的理由!^_^ By:持之以恒的大白

-- 来自: 北京联动北方科技有限公司



赞(0)    操作        顶端 
总帖数
2
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论