<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Oracle OCCI C++ interace bindings for Objective Caml</title>
</head>
<body>
<center><h2>Oracle OCCI C++ interace bindings for Objective Caml</h2></center>
<p>This library implements an OCaml client interface for an Oracle database. The library is built on top of the OCCI C++ interface available in Oracle 10g. It is efficient and suitable for processing large volumes of data.
</p>
<p>
The following operations with an Oracle database are supported:
<ul>
<li>Simple DML operations including SELECT / INSERT / UPDATE / DELETE</li>
<li>Parameterized DML operations including SELECT / INSERT / UPDATE / DELETE</li>
<li>Execution of PL/SQL stored procedures</li>
<li>Execution of bulk DML array INSERT / DELETE / UPDATE operations</li>
<li>Oracle exception handling</li>
<li>Oracle bulk exception handling with specifying failed rows and errors for each row</li>
<li>Transaction control (commit and rollback)</li>
<li>Automatic garbage control of Oracle resources (connections, statements and cursors)</li>
<li>Functional and Object-Oriented API included</li>
</ul>
</p>
<p><b>Links</b></p>
<a href="http://oracaml.sourceforge.net/doc">Library Documentation</a><br/>
<a href="http://sourceforge.net/projects/oracaml">Download</a><br/>
<p>
<dl>
<dt><b>License:</b></dt>
<dd>This library is distributed under the <a href="http://www.gnu.org/copyleft/lesser.html"
title="http://www.gnu.org/copyleft/lesser.html">GNU Library General Public License</a>
with the Oracle OCCI and OCaml linking exceptions.</dd>
<dt><b>Author:</b></dt>
<dd>Serge Aleynikov <serge at corp dot idt dot net></dd>
<dt><b>Release Date:</b></dt>
<dd>November 06, 2006</dd>
<dt><b>Admin resources:</b></dt>
<dd>
<ul>
<li><a href="ssh://shell.sourceforge.net:/home/groups/o/or/oracaml">Project Homesite Location</a></li>
<li><a href="https://svn.sourceforge.net/svnroot/oracaml">Subversion address of the OraCaml project at SourceForge.net</a></li>
<li><a href="http://sourceforge.net/docman/display_doc.php?docid=6445&group_id=1#howtoupload">How do I upload a new tarball release to sourceforge.net?</a></li>
<li><a href="ftp://upload.sourceforge.net/incoming">SourceForge.net tarball upload folder</a></li>
</ul>
</dd>
</dl>
</body>
</html>