source: content/databases/db-3.3/db-3.3-desc.xml@ a338b48

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a338b48 was a338b48, checked in by Bruce Dubbs <bdubbs@…>, 21 years ago

Removed zlib and fixed several typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@635 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The db-&db-3.3-version; package contains
5<userinput>db_archive</userinput>,
6<userinput>db_checkpoint</userinput>,
7<userinput>db_deadlock</userinput>,
8<userinput>db_dump</userinput>,
9<userinput>db_load</userinput>,
10<userinput>db_printlog</userinput>,
11<userinput>db_recover</userinput>,
12<userinput>db_stat</userinput>,
13<userinput>db_upgrade</userinput> and
14<userinput>db_verify</userinput>.
15
16</para>
17
18</sect2>
19
20<sect2><title>Description</title>
21
22<sect3><title>db_archive</title>
23<para>db_archive prints the pathnames of log files that are no longer
24in use.</para></sect3>
25
26
27<sect3><title>db_checkpoint</title>
28<para>db_checkpoint is a daemon process used to monitor and checkpoint
29database logs.</para></sect3>
30
31<sect3><title>db_deadlock</title>
32<para>db_deadlock is used to abort lock requests when deadlocks are
33detected.</para></sect3>
34
35<sect3><title>db_dump</title>
36<para>db_dump converts database files to a flat file format readable
37by db_load.</para></sect3>
38
39<sect3><title>db_load</title>
40<para>db_load is used to create database files from flat files created
41with db_dump.</para></sect3>
42
43<sect3><title>db_printlog</title>
44<para>db_printlog converts database log files to human readable
45text.</para></sect3>
46
47
48<sect3><title>db_recover</title>
49<para>db_recover is used to restore a database to a consistent state
50after a failure.</para></sect3>
51
52<sect3><title>db_stat</title>
53<para>db_stat displays database environment statistics.</para></sect3>
54
55<sect3><title>db_upgrade</title>
56<para>db_upgrade is used to upgrade database files to a newer version
57of Berkeley DB.</para></sect3>
58
59<sect3><title>db_verify</title>
60<para>db_verify is used to run consistency checks on database files.</para></sect3>
61
62</sect2>
63
Note: See TracBrowser for help on using the repository browser.