239 lines
6.2 KiB
HTML
239 lines
6.2 KiB
HTML
<!--$Id: index.html 63573 2008-05-23 21:43:21Z trent.nelson $-->
|
|
<html>
|
|
<head>
|
|
<title>Berkeley DB (Version: 4.7.25)</title>
|
|
<style type="text/css">
|
|
body {width: 75%;}
|
|
p {Color:#000000;Font-Family:Arial, Helvetica;Font-Size:9pt; }
|
|
li {Color:#000000;Font-Family:Arial, Helvetica;Font-Size:9pt; }
|
|
td {Color:#000000;Font-Family:Arial, Helvetica;Font-Size:9pt; width: 50%;}
|
|
a:visited {Color:gray;}
|
|
a:link {Color:#000000;}
|
|
</style>
|
|
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
|
|
<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
|
|
</head>
|
|
<body bgcolor=white>
|
|
|
|
<!-- REMOVE EVERYTHING ABOVE THIS LINE TO POST TO ORACLE OTN -->
|
|
|
|
<center>
|
|
<h2>Oracle Berkeley DB</h2>
|
|
<b>
|
|
Version 4.7.25, May 15, 2008
|
|
</b>
|
|
</center>
|
|
|
|
<p>
|
|
<b>Getting Started Guides</b><br>
|
|
Get started with Berkeley DB today. If you are new to Berkeley DB, the
|
|
following documents will help you learn about important concepts and
|
|
guide you through how to get started.
|
|
<p>
|
|
Getting Started with Data Storage
|
|
<ul>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<li>C</li>
|
|
</td>
|
|
<td>
|
|
<a href="gsg/C/BerkeleyDB-Core-C-GSG.pdf">PDF</a> | <a href="gsg/C/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<li>C++</li>
|
|
</td>
|
|
<td>
|
|
<a href="gsg/CXX/BerkeleyDB-Core-Cxx-GSG.pdf">PDF</a> | <a href="gsg/CXX/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<li>Java</li>
|
|
</td>
|
|
<td>
|
|
<a href="gsg/JAVA/BerkeleyDB-Core-JAVA-GSG.pdf">PDF</a> | <a href="gsg/JAVA/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</ul>
|
|
|
|
<p>
|
|
Getting Started with Transaction Processing
|
|
<ul>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<li>C</li>
|
|
</td>
|
|
<td>
|
|
<a href="gsg_txn/C/BerkeleyDB-Core-C-Txn.pdf">PDF</a> | <a href="gsg_txn/C/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<li>C++</li>
|
|
</td>
|
|
<td>
|
|
<a href="gsg_txn/CXX/BerkeleyDB-Core-Cxx-Txn.pdf">PDF</a> | <a href="gsg_txn/CXX/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<li>Java</li>
|
|
</td>
|
|
<td>
|
|
<a href="gsg_txn/JAVA/BerkeleyDB-Core-JAVA-Txn.pdf">PDF</a> | <a href="gsg_txn/JAVA/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</ul>
|
|
|
|
<p>
|
|
Getting Started with Transactional Java Collections
|
|
<ul>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<li>Tutorial</li>
|
|
</td>
|
|
<td>
|
|
<a href="collections/tutorial/BerkeleyDB-Java-Collections.pdf">PDF</a> | <a href="collections/tutorial/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</ul>
|
|
|
|
<p>
|
|
Getting Started with Replication
|
|
<ul>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<li>C</li>
|
|
</td>
|
|
<td>
|
|
<a href="gsg_db_rep/C/Replication-C-GSG.pdf">PDF</a> | <a href="gsg_db_rep/C/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<li>C++</li>
|
|
</td>
|
|
<td>
|
|
<a href="gsg_db_rep/CXX/Replication-CXX-GSG.pdf">PDF</a> | <a href="gsg_db_rep/CXX/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<li>Java</li>
|
|
</td>
|
|
<td>
|
|
<a href="gsg_db_rep/JAVA/Replication-JAVA-GSG.pdf">PDF</a> | <a href="gsg_db_rep/JAVA/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</ul>
|
|
|
|
<p>
|
|
Berkeley DB Porting Guide
|
|
<ul>
|
|
<table>
|
|
<tr><td> </td>
|
|
<td>
|
|
<a href="porting/BDB-Porting-Guide.pdf">PDF</a> | <a href="porting/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</ul>
|
|
<p>
|
|
<b>References</b><br>
|
|
The programmatic reference guide provides detailed information to help
|
|
you during application design and implementation. This definitive
|
|
reference document is organized by concept, rather than by API.
|
|
<ul>
|
|
<li><a href="ref/toc.html">Reference Guide for Berkeley DB</a>
|
|
</ul>
|
|
|
|
<p>
|
|
<b>Programmatic APIs</b><br>
|
|
These fully-detailed references cover every public interface for
|
|
Berkeley DB. For each interface, the documentation lists arguments and
|
|
return values, and covers pre- and post-conditions.
|
|
<ul>
|
|
<li><a href="api_c/frame.html">C</a></li>
|
|
<li><a href="api_cxx/frame.html">C++</a></li>
|
|
<li><a href="java/index.html">Javadoc</a></li>
|
|
<li><a href="api_tcl/api_tcl.html">Tcl</a></li>
|
|
</ul>
|
|
|
|
<p>
|
|
<b>Build, Installation, and Upgrading Guides</b><br>
|
|
These guides contain helpful hints, step-by-step instructions, and
|
|
information on platform-specific details of the build, installation, and
|
|
upgrade processes.
|
|
<ul>
|
|
<li><a href="ref/build_brew/intro.html">BREW</a></li>
|
|
<li><a href="ref/build_s60/intro.html">S60</a></li>
|
|
<li><a href="ref/build_unix/intro.html">UNIX/POSIX</a></li>
|
|
<li><a href="ref/build_vxworks/intro6x.html">VxWorks</a></li>
|
|
<li><a href="ref/build_win/intro.html">Windows</a></li>
|
|
<li><a href="ref/build_wince/intro.html">Windows CE</a></li>
|
|
<p>
|
|
<li><a href="ref/changelog/4.7.html">Berkeley DB 4.7 Change Log</a></li>
|
|
<li><a href="ref/upgrade.4.7/toc.html">Upgrading Applications to the 4.7 release</a></li>
|
|
<p>
|
|
<li><a href="http://www.oracle.com/technology/software/products/berkeley-db/db/index.html">Berkeley DB Release History and Patches</a></li>
|
|
</ul>
|
|
|
|
<p>
|
|
<b>Additional Booklets</b><br>
|
|
<ul>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<li>Writing In-Memory Berkeley DB Applications</li>
|
|
</td>
|
|
<td>
|
|
<a href="articles/inmemory/C/InMemoryDBApplication.pdf">PDF</a> | <a href="articles/inmemory/C/index.html">HTML</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</ul>
|
|
|
|
<p>
|
|
<b>Additional Information</b><br>
|
|
<ul>
|
|
<li><a href="utility/index.html">Standalone utilities</a></li>
|
|
<li><a href="http://www.oracle.com/technology/products/berkeley-db/faq/db_faq.html">Berkeley DB FAQ</a></li>
|
|
<p>
|
|
<li><a href="http://forums.oracle.com/forums/forum.jspa?forumID=271">Oracle Technology Support Forums -- Berkeley DB</a></li>
|
|
<li><a href="http://forums.oracle.com/forums/forum.jspa?forumID=272">Oracle Technology Support Forums -- Berkeley DB High Availability (Replication)</a></li>
|
|
<p>
|
|
<li><a href="license/license_db.html">Berkeley DB License</a></li>
|
|
</ul>
|
|
|
|
<!-- REMOVE EVERYTHING BELOW THIS LINE TO POST TO ORACLE OTN -->
|
|
|
|
<p>
|
|
<hr size=1 noshade>
|
|
|
|
<p>
|
|
Berkeley DB releases optionally include strong cryptographic
|
|
support; this release <b>DOES</b> contain cryptographic support.
|
|
Export/import and/or use of cryptography software, or even
|
|
communicating technical details about cryptography software, is
|
|
illegal in some parts of the world. You are strongly advised to
|
|
pay close attention to any export/import and/or use laws which
|
|
apply to you when you import a release of Berkeley DB including
|
|
cryptography to your country or re-distribute source code from
|
|
it in any way.
|
|
|
|
<p>
|
|
Copyright (c) 1997,2008 Oracle. All rights reserved.
|
|
|
|
</body>
|
|
</html>
|