37 lines
717 B
ReStructuredText
37 lines
717 B
ReStructuredText
|
|
Welcome to cx_Oracle's documentation!
|
|
=====================================
|
|
|
|
**cx_Oracle** is a module that enables access to Oracle databases and conforms
|
|
to the Python database API specification. This module is currently built
|
|
against Oracle 11.2 and 12.1 and works for both Python 2.x and 3.x.
|
|
|
|
**cx_Oracle** is distributed under an open-source :ref:`license <license>`
|
|
(the PSF license).
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
module.rst
|
|
connection.rst
|
|
cursor.rst
|
|
variable.rst
|
|
session_pool.rst
|
|
subscription.rst
|
|
lob.rst
|
|
objecttype.rst
|
|
aq.rst
|
|
releasenotes.rst
|
|
license.rst
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|