Berkeley DB Reference Guide:
Architecture
PrevRefNext

Supporting utilities

The following are the standalone utilities that provide supporting functionality for the Berkeley DB environment:


berkeley_db_svc db_archive db_checkpoint db_deadlock db_dump db_load db_printlog db_recover db_stat db_upgrade db_verify

All of the functionality implemented for these utilities is also available as part of the standard Berkeley DB API. This means that threaded applications can easily create a thread that calls the same Berkeley DB functions as do the utilities. This often simplifies an application environment by removing the necessity for multiple processes to negotiate database and database environment creation and shut down.


PrevRefNext

Copyright (c) 1996,2008 Oracle. All rights reserved.