db4.3_printlog(1)
NAME
- db4.3_printlog - Dumps Berkeley DB log files in a human
- readable format
SYNOPSIS
db4.3_printlog [-NrV] [-b start-LSN] [-e stop-LSN] [-h home] [-P password]
DESCRIPTION
- The db4.3_printlog utility is a debugging utility that
- dumps Berkeley DB log files in a human-readable format.
OPTIONS
Arrayaware there may be a window of vulnerability on systems where unprivileged users can see command-line arguments or where utilities are not able to overwrite the memory containing the commandline arguments.
-r Read the log files in reverse order.
- ArrayThe db4.3_printlog utility uses a Berkeley DB environment
- (as described for the -h option, the environment variable
DB_HOME
- a Berkeley DB environment). In order to avoid environment corruption when using a Berkeley DB environment, db4.3_printlog
should always be given the chance to detach from the environment
and exit gracefully. To cause db4.3_printlog to release all environment resources and exit cleanly, send it an interrupt signal
(SIGINT).
The db4.3_printlog utility exits 0 on success, and >0 if - an error occurs.
ENVIRONMENT
Arraydatabase home, as described in DB_ENV->open.
AUTHORS
- Arrayby Thijs Kinkhorst <thijs@kinkhorst.com>, for the Debian system
(but may be used by others).
28 January 2005