OCI-24461
operation not permitted because OCISessionPoolDestroy() is in progress
Cause
One or more of the following was true:
- OCISessionGet() was invoked while OCISessionPoolDestroy() was in progress.
- OCISessionPoolDestroy() was invoked while another OCISessionPoolDestroy() was in progress.
Action
Do not invoke OCISessionGet() or OCISessionPoolDestroy() while another OCISessionPoolDestroy() is in progress.