Oracle Error Message
ORA-24395: cannot reinitialize non-existent pool
Reason for the Error
OCIConnectionPoolCreate was not called in OCI_DEFAULT mode for this pool handle.
Solution
Create a connection pool prior to reinitializing it.
ORA-24395: cannot reinitialize non-existent pool
OCIConnectionPoolCreate was not called in OCI_DEFAULT mode for this pool handle.
Create a connection pool prior to reinitializing it.