Hi,
In reference to previous post:
http://groups.google.com/group/comp.databases.berkeley-db/browse_frm/thread/0e95791cf9861379?hl=en
I'd like to ask whether there is some way, through the Java API to
find out, safely and relatively inexpensively, whether a database
environment has been properly closed?
If not, I could use a C/C++ API for BDB 4.4, even if not documented
and without a promise of being backward compatible, but I'd really
like to find out a way. I can't expect from users to go to the command
line and run db_recovery everytime when they kill the application
without properly closing it.
Is it possible at all to detect corrupted state without running full,
fatal recovery?
Thanks and best regards,
Boris