Work Around - 2048 character limit on DBMS_LDAP attribute values ??
DBMS_LDAP seems to have a limit of 2048 for string values that are to be written or read from an LDAP server.
Is this a known fact? Are there alternatives to using DBMS_LDAP that are relatively easy to integrate into PLSQL server pages?
Would it make sense to change the 2048 character limit in the type definition for DBMS_LDAP.STRING_COLLECTION to a larger value and recompile the package?
Is this something that can only be accomplished using LDIF files and command line syntax? Surely others have addressed this issue somehow?
Appreciate any help with this, as may others who run into this.