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.尝试重新执行当前语句或操作。