ORA-29365: parameters string and string cannot both be set ORACLE 报错 故障修复 远程处理
文档解释
ORA-29365: parameters string and string cannot both be set
Cause: An attempt was made to set both parameters.
Action: Only set one of parameters or neither of them.
ORA-29365 错误是指两个参数不能同时被设置,一般是因为参数的值冲突所致。
官方解释
常见案例
一般处理方法及步骤
1.首先确定参数值冲突的问题,查看两个参数不能同时设置的文档或相关资料。
2.重新设置两个参数,以便保证它们之间不冲突。
3.尝试重新执行当前语句或操作。