Total Pageviews

Wednesday, September 24, 2014

OID 10g Enabling changelog command


Enable Change Log Regeneration on a Supplier

Enable change log regeneration at the supplier, as follows:
  1. Create an LDIF file like this:
    dn: 
    changetype: modify
    replace: orcldiprepository
    orcldiprepository: TRUE
    
    
  2. Apply the LDIF file by typing:
    ldapmodify -D "cn=orcladmin" -w password -h host_name -p port_number \
       -f LDIF_file

No comments:

Post a Comment