OID. How to delete or modify attribute using DBMS_LDAP?
Hello.
I can't find procedures for delete some attributes or for modifiing existing attributes. DBMS_LDAP.modify_s only add the new attribute with given name and new value.
Is it possible to delete or modify attribute using DBMS_LDAP? Or I have only recreate my entry with new attribute values? It's very bad solution.