Go to file
Anthony Tuininga ff25784c21 Use most recent default connect string in tutorial. 2019-07-15 14:23:05 -06:00
.github Standardize GitHub issue template. 2018-08-06 16:06:27 -06:00
doc Improve documentation, particularly regarding proxy usage. 2019-07-05 14:32:12 -06:00
odpi@34da703323 Update ODPI-C to public release of 3.2.0. 2019-07-02 14:12:59 -06:00
samples Use most recent default connect string in tutorial. 2019-07-15 14:23:05 -06:00
src Adjusted documentation to follow new API. 2019-06-19 16:02:34 -06:00
test Added test cases, particularly for bulk AQ operations. 2019-07-05 14:32:59 -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 Bump version in preparation for changes to be included in next version. 2019-03-21 14:57:53 -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 Remove -dev designation in preparation for release of 7.2. 2019-07-02 14:18:26 -06:00

README.md

cx_Oracle version 7.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 7 has been tested with Python version 2.7, and with versions 3.5 and higher. You can use cx_Oracle with Oracle 11.2 and higher client libraries (including Oracle 18.3). Oracle's standard client-server version interoperability allows connection to both older and newer databases, for example Oracle 18.3 client libraries can connect to Oracle Database 11.2.

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.