ORA-24392: no connection pool to associate server handle Cause: OCIServerAttachcalled in OCI_POOL mode but no connection pool
found to associate the server handle. 16-10 Oracle Database ErrorMessages Action: 1) Verify thatOCIConnectionPoolCreate is called before calling
OCIServerAttach. 2) Verify that the database link specified in OCIServerAttach
matches with that of the connection pool database link.