Go to file
Anthony Tuininga 250b07299d Update CLA URL to new online system. 2021-04-23 11:47:15 -06:00
.github Require an issue template. 2021-04-14 09:45:34 -06:00
doc Implemented #385 enhancement and updated documentation (#549) 2021-04-23 11:38:45 -06:00
odpi@6c8f795390 Update ODPI-C. 2021-04-23 11:40:55 -06:00
samples Implemented #385 enhancement and updated documentation (#549) 2021-04-23 11:38:45 -06:00
src Implemented #385 enhancement and updated documentation (#549) 2021-04-23 11:38:45 -06:00
test The distributed transaction handle assosciated with the connection is now 2021-03-04 09:41:37 -07:00
.gitattributes Repository has migrated from Mercurial to Git. 2017-01-12 11:36:43 -07:00
.gitignore Rework build to use setuptools exclusively and enable use of pyproject.toml; 2020-11-02 15:21:52 -07:00
.gitmodules Bump version in preparation for changes to be included in next version. 2019-03-21 14:57:53 -06:00
CONTRIBUTING.md Update CLA URL to new online system. 2021-04-23 11:47:15 -06:00
LICENSE.txt Bump license year; simplify README and avoid duplication. 2018-03-05 16:34:53 -07:00
MANIFEST.in Make sure cxoModule.h is included in the source archive 2018-03-06 10:14:57 -07:00
README.md Bump version to 8.2 in preparation for further changes. 2021-01-21 10:29:05 -07:00
README.txt Create README.md with contents of README.txt in Markdown syntax for better 2017-03-09 10:16:58 -07:00
pyproject.toml Rework build to use setuptools exclusively and enable use of pyproject.toml; 2020-11-02 15:21:52 -07:00
setup.cfg Rework build to use setuptools exclusively and enable use of pyproject.toml; 2020-11-02 15:21:52 -07:00
setup.py Tweak formatting to comply with PEP 8 and remove extraneous comments. 2021-01-21 10:29:43 -07:00
tox.ini Rework test suite further to use PEP 8 style guidelines. 2020-11-02 15:25:51 -07:00

README.md

cx_Oracle version 8.2 (Development)

cx_Oracle is a Python extension module that enables access to Oracle Database. It conforms to the Python database API 2.0 specification with a considerable number of additions and a couple of exclusions. See the homepage for a feature list.

cx_Oracle 8 has been tested with Python versions 3.6 through 3.9. You can use cx_Oracle with Oracle 11.2, 12c, 18c, 19c and 21c client libraries. Oracle's standard client-server version interoperability allows connection to both older and newer databases. For example Oracle 19c client libraries can connect to Oracle Database 11.2. Older versions of cx_Oracle may work with older versions of Python.

Installation

See cx_Oracle Installation.

Documentation

See the cx_Oracle Documentation and Release Notes.

Samples

See the /samples directory and the tutorial. You can also look at the scripts in cx_OracleTools and the modules in cx_PyOracleLib.

Help

Issues and questions can be raised with the cx_Oracle community on GitHub or on the mailing list.

Tests

See /test.

Contributing

See CONTRIBUTING

License

cx_Oracle is licensed under a BSD license which you can find here.