Oracle Solution for Error ora-24418

Solution for Oracle Error ORA-24418

ORA-24418: Cannot open further sessions.

What triggered the Error:

fficient number of sessions are not present in the pool to execute the call. No new sessions can be opened as the sessMax parameter supplied in OCISessionPoolCreate has been reached.

What should we do to fix it:

ll OCISessionPoolCreate in OCI_SPOOL_REINITIALIZE mode and increase the value of the sessMax parameter.