Go to file
Anthony Tuininga 3cfa063835 Update ODPI-C and tweak release notes in preparation for release of
cx_Oracle 8.2.1.
2021-06-01 11:47:31 -06:00
.github Require an issue template. 2021-04-14 09:45:34 -06:00
doc Update ODPI-C and tweak release notes in preparation for release of 2021-06-01 11:47:31 -06:00
odpi@e2e5f7ad1a Update ODPI-C and tweak release notes in preparation for release of 2021-06-01 11:47:31 -06:00
samples Minor tweaks for PEP 8 compliance. 2021-05-18 16:56:55 -06:00
src Fixed crash when using the deprecated parameter name keywordParameters 2021-05-28 15:02:28 -06:00
test Fixed crash when using the deprecated parameter name keywordParameters 2021-05-28 15:02:28 -06: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 Preparing to release cx_Oracle 8.2. 2021-05-18 16:59:00 -06: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 Documentation updates, including changes for PEP 8 compliance, to take 2021-05-18 16:53:31 -06:00
setup.py Update ODPI-C to 4.2.1 in preparation for releasing cx_Oracle 8.2.1. 2021-05-28 15:00:33 -06: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

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.2 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.