Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deleting suffix ldbm database entries

807573May 13 2005
In the docs for 5.2, the method shown for removing index entries when deleting a suffix is no longer avalable in the current dsrk. The manual, 816-6698-10, suggests to use ilash, which is no longer in the tool kit. The idea it seems is to remove all the index entries individually from the cn=config tree so that they will be removed from the database. This implies, loosly :), that just removing the parent sufix, cn=databaseName,cn=ldbm database,cn=plugins,cn=config, will not remove the individual indexs. Is this true? What is the current supported method of removing these entries?

Thanks.

test suffix name: subdudes

Here are the index entries created after creating a test suffix that I want to subsequently remove:

cn=subdudes,cn=ldbm database,cn=plugins,cn=config
cn=encrypted attributes, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=monitor, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=aci, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=cn, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=entrydn, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=givenName, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=mail, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=mailAlternateAddress, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=mailHost, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=member, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=nsCalXItemId, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=nscpEntryDN, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=nsds5ReplConflict, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=nsLIProfileName, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=nsRoleDN, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=nsuniqueid, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=nswcalCALID, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=numsubordinates, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=objectclass, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=owner, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=parentid, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=pipstatus, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=pipuid, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=seeAlso, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=sn, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=telephoneNumber, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=uid, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config
cn=uniquemember, cn=index, cn=subdudes, cn=ldbm database, cn=plugins, cn=config

Comments

Alok Dubey
Hi Sourav,
What is the code u r using to send the mail. In general utl_smtp is used to send the mail. For further information u can search in this forum, where in we've many examples. If u've written any code then do display the code. so that any one of us can help you.

Regards,
Alok Dubey
Hafed Benteftifa
Hello,

There are several options for sending email.

1) Write a stored procedure using utl_smtp or utl_mail (new with 10g). This is the easiest to implement. See for example: www.psoug.org/reference/utl_mail.html
Problems you can have here: your smtp server does not allow you to send email or won't relay emails from your side. Most problems I have seen with this implementation were related to the smtp server.

2) Use the javamail PJC/javabean from the Oracle PJC demos. This one is a bit easier to implement but does require some preliminary setup. You might have to check the smtp server again and make sure it can relay your emails.

Hope this helps.
Andreas Weiden
a third option is to use OLE (or CLIENT_OLE in 9i, 10g) and send the mail via outlook.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 10 2005
Added on May 13 2005
0 comments
113 views