How to fix the Oracle error ORA-24486: Conflicting attributes in session pool authentication handle?

In this post, you’ll learn more about the Oracle ErrorORA-24486: Conflicting attributes in session pool authentication handle with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-24486: Conflicting attributes in session pool authentication handle

Reason for the Error ORA-24486: Conflicting attributes in session pool authentication handle

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

How to fix the Error ORA-24486: Conflicting attributes in session pool authentication handle ?

You can fix this error in Oracle by following the below steps

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

Tags :

Leave Your Comment