Oracle Error Message
ORA-24485: Invalid attributes in session pool authentication handle
Reason for the Error
Some of the attributes set on the authentication handle being set on the session pool handle are invalid.
Solution
Unset the illegal attributes on the authentication handle being set on session pool handle and then call OCIAttrSet. Refer to OCI documentation for details.