Showing posts with label ORA-24392: no connection pool to associate server handle. Show all posts
Showing posts with label ORA-24392: no connection pool to associate server handle. Show all posts

Sunday, 22 April 2012

ORA-24392: no connection pool to associate server handle

ORA-24392: no connection pool to associate server handle

Cause: OCIServerAttach called in OCI_POOL mode but no connection pool found to associate the server handle.

Action: 1) Verify that OCIConnectionPoolCreate is called before calling OCIServerAttach. 2) Verify that the database link specified in OCIServerAttach matches with that of the connection pool database link.