dbms_ldap does not seem to support paged results from AD. AD seems to have a query size limit of 1000 records. I am able to fetch results for smaller size filters (839 records) but the objectclass=* returns ORA-31202: DBMS_LDAP: LDAP client/server error: Sizelimit exceeded right away.
Is there any way of fetch all the entries, other than to make a nested for-loop that steps through each letter of the alphabet, creating a common name filtering phrase ?
thanks