db6.0-util

Berkeley v6.0 database utilities
  http://www.oracle.com/us/products/database/berkeley-db/index.html
  0
  no reviews



This package provides different tools for manipulating databases in the berkeley v6.0 database format, and includes:
- db6.0_archive: write the pathnames of the log files no longer in use.
- db6.0_checkpoint: daemon process to monitor the database log and
checkpoint it periodically.
- db6.0_deadlock: traverse the database environment lock region and
abort lock requests when a deadlock is detected.
- db6.0_load: loads (and creates) a database from standard input.
- db6.0_dump: read a database file and write it in a format understood
by db4.{2..8}_load.
- db6.0_printlog: dump log files in human readable format.
- db6.0_stat: display statistics for berkeley db environments.
- db6.0_upgrade: upgrades the version of files and the databases they
contain.
- db6.0_verify: check the structure of files and their databases.