| Oracle® Internet Directory Administrator's Guide 10g (9.0.4) Part Number B12118-01 |
|
Garbage Collection in Oracle Internet Directory, 3 of 4
This section contains these topics:
To modify a garbage collector:
This section provide examples of how to modify garbage collectors by using command-line tools. The garbage collection attributes that you can modify are listed in "Schema Elements for Predefined Garbage Collectors".
Suppose that you want the Tombstone garbage collector to run immediately. The LDIF would look like this:
dn: cn=tombstone purgeconfig, cn=purge config, cn=subconfigsubentrychangetype:modifyreplace: orclpurgerunorclpurgerun: 1
Load this entry with ldapmodify.
ldapmodify -h hostname -p port# -D username -w passwd -f file_name_of_defined_
entry
Suppose that you want to disable changelog Garbage Collector.
dn: cn=changelog purgeconfig, cn=purgeconfig, cn=subconfigsubentrychangetype: modifyreplace: orclpurgeenableorclpurgeenable: 0
Load this entry with ldapmodify.
ldapmodify -h hostname -p port# -D username -w passwd -f file_name_of_defined_
entry
|
|
![]() Copyright © 1999, 2003 Oracle Corporation. All Rights Reserved. |
|