ORA-24901: handles belonging to different environments passed into an OCI call
What triggered the Error:
l 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.What should we do to fix it:
ease ensure that the handle parameters in the call to come from the same OCI Environment.