How to change ldap server session limit?

We are trying to connect other systems besides luminis to the luminis ldap, and I just got an error in one of them saying "number of active LDAP sessions exceeded the limit of 63 sessions."

Our server is hardly breaking a sweat, so I don't think it would cause any problems to increase that limit. Does anyone know how to? We're on Luminis IV. Thanks!

0
No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

An oracle issue, apparently [EDIT]

I posted my question to a service request with Sungard, and they pointed out FAQ 1-2WOCJ6 which addresses this question. The FAQ suggests that changing SHARED_POOL_SIZE in init.ora might resolve the issue; I'll have to run this by our DBA to see what he thinks.

[UPDATED]
Turns out the procedure I wrote didn't close out the dbms_ldap connection in the error handling block, so too many connections were sitting open before they timed out, apparently. I updated the procedure to close the connections, and it is working so far.