ORA-24486: Conflicting attributes in session pool authentication handle ORACLE 报错 故障修复 远程处理

文档解释

ORA-24486: Conflicting attributes in session pool authentication handle

Cause: Some attributes could not be set both on the authentication handle passed to OCISessionGet and the authentication handle set on session pool handle.

Action: Unset the conflicting attributes on the authentication handle and call OCISessionGet.

ORA-24486:Conflicting attributes in session pool authentication handle 错误的意思是,在会话池认证句柄中发现了冲突的属性。

官方解释

当客户端提交会话池认证参数时,其中至少一项属性和池实例中现有登录属性冲突,导致ORA-24486错误。

常见案例

例如,当客户端尝试创建使用认证属性ABC中的会话池持久会话时,但此会话池仅在使用认证属性XYZ时创建,则此操作将产生ORA-24486错误。

一般处理方法及步骤

1.首先确认池中的认证属性是否正确;

2.如果认证属性不正确,请更新认证属性;

3.正确设置会话池清理和连接回收规则;

4.使用ALTER SYSTEM SET statement将没有数据的旧会话登出。


数据运维技术 » ORA-24486: Conflicting attributes in session pool authentication handle ORACLE 报错 故障修复 远程处理