Oracle Solution for Error ora-24401

Solution for Oracle Error ORA-24401

ORA-24401: cannot open further connections

What triggered the Error:

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

What should we do to fix it:

ll OCIConnectionPoolCreate in OCI_CPOOL_REINITIALIZE mode and increase the value of the connMax parameter.