Sindbad~EG File Manager
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
<title>Berkeley DB (Version: 18.1)</TITLE>
<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++">
<!--$Id: index_src.html,v 8d265aa6a2fc 2016/03/24 14:51:25 carol $-->
<!-- REMOVE EVERYTHING ABOVE THIS LINE TO POST TO ORACLE OTN -->
<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>
</head>
<body bgcolor="white">
<center>
<h2>Oracle Berkeley DB Release 18.1</h2>
<b>
Library: 18.1.40<br>
June 01, 2020
</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>
<p>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.
<p>
Reference Guide for Berkeley DB
<ul>
<table>
<tr>
<td>
</td>
<td>
<A HREF="programmer_reference/BDB_Prog_Reference.pdf">PDF</A> | <A HREF="programmer_reference/index.html">HTML</A>
</td>
</tr>
</table>
</ul>
<p>
<b>Programmatic APIs</b>
<p>
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>
<table>
<tr>
<td>
<li>C</li>
</td>
<td>
<A HREF="api_reference/C/BDB-C_APIReference.pdf">PDF</A> | <A HREF="api_reference/C/frame_main.html">HTML</A>
</td>
</tr>
<tr>
<td>
<li>C++</li>
</td>
<td>
<A HREF="api_reference/CXX/BDB-CXX_APIReference.pdf">PDF</A> | <A HREF="api_reference/CXX/frame_main.html">HTML</A>
</td>
</tr>
<tr>
<td>
<li>C#</li>
</td>
<td>
<A HREF="csharp/Index.html">HTML</A>
</td>
</tr>
<tr>
<td>
<li>STL</li>
</td>
<td>
<A HREF="api_reference/STL/BDB-STL_APIReference.pdf">PDF</A> | <A HREF="api_reference/STL/frame_main.html">HTML</A>
</td>
</tr>
<tr>
<td>
<li>Java API for Transactional Java Collections</li>
</td>
<td>
<A HREF="java/index.html">HTML</A>
</td>
</tr>
<tr>
<td>
<li>TCL</li>
</td>
<td>
<A HREF="api_reference/TCL/BDB-TCL_APIReference.pdf">PDF</A> | <A HREF="api_reference/TCL/frame_main.html">HTML</A>
</td>
</tr>
</table>
</ul>
<p>
<b>Security</b>
<p>Information about how to write a secure application with Berkeley DB, including authentication, encryption, and secure messaging for
replicated applications.
<p>
Security Guide for Berkeley DB
<ul>
<table>
<tr>
<td>
</td>
<td>
<A HREF="https://docs.oracle.com/database/bdb181/BDBSG/BDBSG.pdf">PDF</A> | <A HREF="https://docs.oracle.com/database/bdb181/BDBSG/index.html">HTML</A>
</td>
</tr>
</table>
</ul>
<p>
<b>Build, Installation, and Upgrade Guide</b>
<ul>
<table>
<tr>
<td>
</td>
<td>
<A HREF="installation/BDB_Installation.pdf">PDF</A> | <A HREF="installation/index.html">HTML</A>
</td>
</tr>
</table>
</ul>
<p>
The Installation Guide contains the following hints, step-by-step
instructions, and platform-specific details of the build,
installation, and upgrade processes:
<ul>
<li><A HREF="installation/build_unix.html">UNIX/POSIX</A>
<li><A HREF="installation/build_vxworks.html">VxWorks</A>
<li><A HREF="installation/build_win.html">Windows</A>
<!-- <li><A HREF="installation/build_wince.html">Windows Mobile</A> -->
<li><A HREF="installation/changelog_18_1.html">Berkeley DB Library Version 18.1 Change Log</A>
<li><A HREF="installation/upgrade_181_toc.html">Upgrading Applications to Berkeley DB 18.1</A>
</ul>
<p>
In addition, the <A HREF="http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html">Berkeley
DB Release History and Patches page</A> may be of interest to you.
<p>
<b>Historical Upgrade </b>
<p>This guide contains the upgrade process and instructions along
with the release notes for the historical versions of Berkeley DB.
<ul>
<table>
<tr>
<td>
</td>
<td>
<A HREF="upgrading/BDB_Upgrading.pdf">PDF </A>|<A HREF="upgrading/index.html"> HTML</A>
</td>
</tr>
</table>
</ul>
<p>
<b>Additional Booklets</b>
<ul>
<table>
<tr>
<td>
<li>Writing In-Memory Berkeley DB Applications</li>
</td>
<td>
<P><A HREF="articles/inmemory/C/InMemoryDBApplication.pdf">PDF</A> | <A HREF="articles/inmemory/C/index.html">HTML</A>
</td>
</tr>
<tr>
<td>
<li>Error Message Reference Guide </li>
</td>
<td>
<P><A
HREF="articles/mssgtxt/DBMessageTextReference.pdf">PDF</A> | <A
HREF="articles/mssgtxt/index.html">HTML</A>
</td>
</tr>
<tr>
<td>
<li>Creating a Transactional Environment</li>
</td>
<td>
<P><A HREF="http://www.oracle.com/webfolder/technetwork/tutorials/obe/bdb/create/get_started_bdb.html">HTML</A>
</td>
</tr>
<tr>
<td>
<li>Verification and Backup of a Transactional Environment</li>
</td>
<td>
<P><A HREF="http://www.oracle.com/webfolder/technetwork/tutorials/obe/bdb/verify/verify_bdb.html">HTML</A>
</td>
</tr>
<tr>
<td>
<li>Berkeley DB User Interface Tour</li>
</td>
<td>
<P><A HREF="https://www.oracle.com/webfolder/technetwork/tutorials/tutorial/db/BerkleyDB/InterfaceTour/index.html">HTML</A>
</td>
</tr>
</table>
</ul>
<p>
<b>Additional Information</b>
<ul>
<li><A HREF="api_reference/C/utilities.html">Standalone utilities</A>
<li><A HREF="http://www.oracle.com/technetwork/database/berkeleydb/db-faq-095848.html">Berkeley DB FAQ</A>
<li><A HREF="https://forums.oracle.com/forums/forum.jspa?forumID=271">Oracle Technology Support Forums -- Berkeley DB</A>
<li><A HREF="https://forums.oracle.com/forums/forum.jspa?forumID=272">Oracle Technology Support Forums -- Berkeley DB High Availability (Replication)</A>
<li><A HREF="license/license_db.html">Berkeley DB License</A>
</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-2020 Oracle. All rights reserved.
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists