Go to file
Anthony Tuininga c832ed10d1 Preparing to release cx_Oracle 6.4.1. 2018-07-09 11:21:02 -06:00
.github New GitHub SUPPORT file. 2017-07-25 12:17:25 -06:00
doc Preparing to release cx_Oracle 6.4.1. 2018-07-09 11:21:02 -06:00
odpi@d72c39db60 Update ODPI-C. 2018-07-09 11:20:24 -06:00
samples Added support for indicating if the subscription is still registered with the 2018-06-19 11:00:53 -06:00
src If cursor.setinputsizes() is called without any parameters, do not set the flag 2018-07-03 13:36:10 -06:00
test If cursor.setinputsizes() is called without any parameters, do not set the flag 2018-07-03 13:36:10 -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 Use ODPI-C v2.x branch for cx_Oracle 6.4. 2018-06-19 11:04:03 -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 README. 2018-07-02 16:01:31 -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 Preparing to release cx_Oracle 6.4.1. 2018-07-09 11:21:02 -06:00

README.md

cx_Oracle version 6.4

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 6 has been tested with Python version 2.7, and with versions 3.4 and higher. You can use cx_Oracle with Oracle 11.2, 12.1 and 12.2 client libraries. Oracle's standard client-server version interoperability allows connection to both older and newer databases, for example Oracle 12.2 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.