41 lines
782 B
ReStructuredText
41 lines
782 B
ReStructuredText
|
|
Welcome to cx_Oracle's documentation!
|
|
=====================================
|
|
|
|
**cx_Oracle** is a module that enables access to Oracle Database and conforms
|
|
to the Python database API specification. This module is currently tested
|
|
against Oracle Client 11.2, 12.1, 12.2 and 18.3 and Python 2.7, 3.5, 3.6 and
|
|
3.7.
|
|
|
|
**cx_Oracle** is distributed under an open-source :ref:`license <license>`
|
|
(the BSD license).
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
installation.rst
|
|
module.rst
|
|
connection.rst
|
|
cursor.rst
|
|
variable.rst
|
|
session_pool.rst
|
|
subscription.rst
|
|
lob.rst
|
|
objecttype.rst
|
|
aq.rst
|
|
soda.rst
|
|
whatsnew.rst
|
|
releasenotes.rst
|
|
license.rst
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|