Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / bdb-sql / journaldirectory.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>The Journal Directory</title>
7     <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Getting Started with the Oracle Berkeley DB SQL APIs" />
10     <link rel="up" href="dbsqlbasics.html" title="Chapter 1. Berkeley DB SQL: The Absolute Basics" />
11     <link rel="prev" href="accessing_bdb_sql_databases.title.html" title="Accessing BDB SQL Databases" />
12     <link rel="next" href="unsupportedpragmas.html" title="Unsupported PRAGMAs" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">The Journal Directory</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="accessing_bdb_sql_databases.title.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 1. Berkeley DB SQL: The Absolute Basics</th>
26           <td width="20%" align="right"> <a accesskey="n" href="unsupportedpragmas.html">Next</a></td>
27         </tr>
28       </table>
29       <hr />
30     </div>
31     <div class="sect1" lang="en" xml:lang="en">
32       <div class="titlepage">
33         <div>
34           <div>
35             <h2 class="title" style="clear: both"><a id="journaldirectory"></a>The Journal Directory</h2>
36           </div>
37         </div>
38       </div>
39       <p>
40                 When you create a database using the BDB SQL interface, a
41                 directory is created alongside of it. This directory
42                 has the same name as your database file, but with a
43                 <code class="literal">-journal</code> suffix.
44             </p>
45       <p>
46                 That is, if you create a database called "mydb" then
47                 the BDB SQL interface also creates a directory alongside of the
48                 "mydb" file called "mydb-journal".
49             </p>
50       <p>
51                 This directory contains files that are very important
52                 for the proper functioning of the BDB SQL interface. Do not delete
53                 this directory or any of its files unless you know what you
54                 are doing. 
55             </p>
56       <p>
57                 In Berkeley DB terms, the journal directory contains the
58                 environment files that are required to provide access to
59                 databases across multiple processes.
60             </p>
61     </div>
62     <div class="navfooter">
63       <hr />
64       <table width="100%" summary="Navigation footer">
65         <tr>
66           <td width="40%" align="left"><a accesskey="p" href="accessing_bdb_sql_databases.title.html">Prev</a> </td>
67           <td width="20%" align="center">
68             <a accesskey="u" href="dbsqlbasics.html">Up</a>
69           </td>
70           <td width="40%" align="right"> <a accesskey="n" href="unsupportedpragmas.html">Next</a></td>
71         </tr>
72         <tr>
73           <td width="40%" align="left" valign="top">Accessing BDB SQL Databases </td>
74           <td width="20%" align="center">
75             <a accesskey="h" href="index.html">Home</a>
76           </td>
77           <td width="40%" align="right" valign="top"> Unsupported PRAGMAs</td>
78         </tr>
79       </table>
80     </div>
81   </body>
82 </html>