http://www.oracle.com/database/berkeley-db/
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
provides embedded database support for both traditional and
client/server applications. Berkeley DB includes B+tree, Extended
Linear Hashing, Fixed and Variable-length record access methods,
transactions, locking, logging, shared memory caching, and database
recovery. DB supports C, C++ and Perl APIs.
Version: 5.3.28
General Commands | |
db_archive | Find unused log files for archival |
db_checkpoint | Periodically checkpoint transactions |
db_deadlock | Detect deadlocks and abort lock requests |
db_dump | Write database file using flat-text format |
db_dump185 | alias for db_dump |
db_hotbackup | Create "hot backup" or "hot failover" snapshots |
db_load | Read and load data from standard input |
db_log_verify | Verify log files of a database environment |
db_printlog | Dumps log files into a human-readable format |
db_recover | Recover the database to a consistent state |
db_replicate | Provide replication services |
db_stat | Display environment statistics |
db_tuner | analyze and tune btree database |
db_upgrade | Upgrade files and databases to the current release version. |
db_verify | Verify the database structure |