My Oracle Support Banner

Getting Slow Response From OID Server for One-Level LDAP Searches (Doc ID 1428908.1)

Last updated on OCTOBER 08, 2019

Applies to:

Oracle Internet Directory - Version 9.0.4 and later
Information in this document applies to any platform.

Symptoms

Some LDAP searches take a long time to respond, others return results as expected. This may be seen as a performance issue in other products or applications that use OID, in this case Oracle Access Manager (OAM) admin console was extremely slow to respond for all links.

The search that was getting the slow response was identified in the OID Server log with debugging enabled.

Using the same search filter and only changing the scope of the search shows very poor performance for a one-level search.

eg:
time ldapsearch -h <OID_HOSTNAME> -p <OID_PORT> -D cn=orcladmin -w <PASSWORD> -s sub -b "obapp=<APP>,o=Oblix,cn=OAM,cn=Products,cn=OracleContext,dc=<COMPANY>,dc=com" "(objectclass=oblixDelegatedAdministratorAuxClass)"
real 0m0.115s
user 0m0.015s
sys 0m0.003s

time ldapsearch -h <OID_HOSTNAME> -p <OID_PORT> -D cn=orcladmin -w <PASSWORD> -s one -b "obapp=<APP>,o=Oblix,cn=OAM,cn=Products,cn=OracleContext,dc=<COMPANY>,dc=com" "(objectclass=oblixDelegatedAdministratorAuxClass)"
real 0m22.744s
user 0m0.012s
sys 0m0.005s

time ldapsearch -h <OID_HOSTNAME> -p <OID_PORT> -D cn=orcladmin -w <PASSWORD> -s base -b "obapp=<APP>,o=Oblix,cn=OAM,cn=Products,cn=OracleContext,dc=<COMPANY>,dc=com" "(objectclass=oblixDelegatedAdministratorAuxClass)"
real 0m0.066s
user 0m0.014s
sys 0m0.005s





 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.