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
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接