Oracle Solution for Error ora-24398

Solution for Oracle Error ORA-24398

ORA-24398: connection pool already exists

What triggered the Error:

connection pool has already been created for the specified pool handle.

What should we do to fix it:

Specify a different pool handle to create a new connection pool. 2) If you wish to modify the pool parameters, call OCIConnectionPoolCreate in OCI_CPOOL_REINITIALIZE mode.