Oracle Error Message
ORA-24901: handles belonging to different environments passed into an OCI call
Reason for the Error
All handles passed into an OCI call should belong to the same environment. In the call that returned this error, handles belonging to different environments were passed in.
Solution
Please ensure that the handle parameters in the call to come from the same OCI Environment.