Oracle Error Message
ORA-24421: OCISessionRelease cannot be used to release this session.
Reason for the Error
The session was not retrieved using OCISessionGet, and an attempt has been made to release it using OCISessionRelease.
Solution
Release the session using an appropriate call.