So: how to drop a realm, without painstakingly going through the ODM (Oracle Directory Manager) screens, that do not support a cascaded delete?
Appears to be quite simple:
login on the machine your OID runs on, and:
opmnctl stopall
./bulkdelete.sh -connect [tns_alias] \
-base "dc=test2,dc=home,dc=local"
The base is the actual realm you want to drop.
thanks Frankie
ReplyDeleteVery good!!
ReplyDelete