ORA-02065: 带有 _allow_insert_with_update_check 的 ALTER SYSTEM 的非法选项

问题描述

我正在尝试更改,但出现以下错误-(数据库版本 -12.2.0.4)

SQL> 更改系统设置 "_allow_insert_with_update_check"=true scope=both;

alter system set "_allow_insert_with_update_check"=true scope=both * 第 1 行的错误: ORA-02065: ALTER SYSTEM 的非法选项

解决方法

去掉括号 更改系统设置 _allow_insert_with_update_check=true scope=both

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...