I need to add some custom attributes to Oracle's object class named orclIDXGroup in OID 11. Oracle documentation states that to do this, Imust first delete: attributetypes, then add: attributetypes. It looks like I have to list every single attributetype definition that belongs to the object class in the delete: attributetypes statement. This is inconvenient to say the least, besides the fact that I'm having a difficult time finding out what the full syntax would be for such an LDIF script statement.
I've seen hints in KB articles, IM community postings, and even Oracle documentation that there might be a way to automatically generate the full LDIF syntax for a given object class. Can anyone steer me in the right direction so I can find the solution for this?