PL/SQL (MOSC)

MOSC Banner

DBMS_LDAP alternatives for getting group memberships

edited Jul 19, 2010 8:33AM in PL/SQL (MOSC) 1 commentAnswered
 I am using DBMS_LDAP to query Active Directory LDAP and sync data against our ERP system. 

One of the syncs I am implementing is automated groups.  The PL/SQL code that retrieves group memberships works great, except when a very large group is encountered.  When this command is issued (amongst everything else...)  no error is returned, as well as no data.

lv_retval := DBMS_LDAP_UTL.get_property_values_blob (pset => lv_pset_coll(i), property_name => lv_attrs(1), property_values => lv_property_values ); := DBMS_LDAP_UTL.get_property_values_blob (pset => lv_pset_coll(i), property_name => lv_attrs

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center