Go to file
Anthony Tuininga fa626f9001 Update ODPI-C. 2020-08-31 20:29:40 -06:00
.github Update GitHub issue templates. 2020-07-15 15:59:40 -06:00
doc Preparing to release cx_Oracle 8.0.1. 2020-08-31 20:28:55 -06:00
odpi@4da9801d11 Update ODPI-C. 2020-08-31 20:29:40 -06:00
samples Remove version numbers. Fixes incorrect number. 2020-07-28 09:50:24 -06:00
src Make numConnectDataArgs const (#472) 2020-08-26 15:35:29 -06:00
test Update to ODPI-C 4.0.1 and add test to ensure that the offset is returned 2020-06-26 10:33:13 -06:00
.gitattributes Repository has migrated from Mercurial to Git. 2017-01-12 11:36:43 -07:00
.gitignore Moved documentation source to separate directory and rename build directory to 2017-02-20 16:15:33 -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 Add CONTRIBUTING.md and help section in README.md. 2017-03-09 19:07:32 -07: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 Update ODPI-C to development version to include patch for issue #459; bump 2020-07-02 11:21:44 -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
setup.py Add metadata specifying that Python 3.5 and higher is required (#456). 2020-07-30 09:54:14 -06:00

README.md

cx_Oracle version 8.1 (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.5 through 3.8. You can use cx_Oracle with Oracle 11.2, 12c, 18c and 19c 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.