Database Error Messages

Release
toggle
  • 23ai
  • 21c
Updated
Jun 24, 2024

DIA-24461

operation not permitted because OCISessionPoolDestroy() is in progress

Cause

One or more of the following was true:

  1. OCISessionGet() was invoked while OCISessionPoolDestroy() was in progress.
  2. OCISessionPoolDestroy() was invoked while another OCISessionPoolDestroy() was in progress.

Action

Do not invoke OCISessionGet() or OCISessionPoolDestroy() while another OCISessionPoolDestroy() is in progress.