Skip to Main Content

Berkeley DB Family

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!

How to delete jdb files at runtime?

527078Aug 30 2006 — edited Aug 31 2006
My problem description is, i have to do complete index will be performed by creating a new empty index and adding content data to that (working index). Searches will continue to use the old (active) index. Once the index process is complete, the working and active indexes are swapped and the working index can be removed in preparation for the next complete analysis.

How can i remove jdb files at runtime without using java.io.File. ? [ According to the ejb specs an ejb should not try to use java.io package to attempt to access a file ].

Thanks,

Katta.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 28 2006
Added on Aug 30 2006
3 comments
1,591 views