Oracle Solution for Error ora-24422

Solution for Oracle Error ORA-24422

ORA-24422: error occurred while trying to destroy the Session Pool

What triggered the Error:

attempt was made to destroy the session pool while some sessions in the pool were busy.

What should we do to fix it:

sure that no sessions from the pool are being used OR call OCISessionPoolDestroy with mode set to OCI_SPD_FORCE.