OID incremental refresh
Hi,I need to refresh entries in an OID 11.1.1.6 servers from an OID 10.1.4 server. I generated the ldif file from the 10g OID and then used the bulkload command with the append option:
bulkload connect=oid11g check=true generate=true load=true append=true file=orclnet.ldif
I discovered that this resulted in duplicate entries being added to the file. I only want new entries to be added as well as update existing entries. I didn't find any option that can do this. The other option I have is to delete all the existing entries in the 11g OID and re-add them using the new ldif file. I don't like the latter option because it also removes the root dn along with all the entries.
bulkload connect=oid11g check=true generate=true load=true append=true file=orclnet.ldif
I discovered that this resulted in duplicate entries being added to the file. I only want new entries to be added as well as update existing entries. I didn't find any option that can do this. The other option I have is to delete all the existing entries in the 11g OID and re-add them using the new ldif file. I don't like the latter option because it also removes the root dn along with all the entries.
0