Go to file
Anthony Tuininga 1ccaf68369 Update ODPI-C; bump version in preparation for a new patch release. 2019-03-07 09:34:45 -07:00
.github Standardize GitHub issue template. 2018-08-06 16:06:27 -06:00
doc Update ODPI-C; bump version in preparation for a new patch release. 2019-03-07 09:34:45 -07:00
odpi@9292f4ef84 Update ODPI-C; bump version in preparation for a new patch release. 2019-03-07 09:34:45 -07:00
samples The call to cursor.setinputsizes() is not needed for cx_Oracle 6 and higher. 2019-02-04 15:29:50 -07:00
src Eliminated memory leak introduced by session tagging changes. 2019-01-24 13:45:16 -07:00
test Use random password instead of hard coded password as a security measure. 2019-01-31 10:18:43 -07: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 a relative URL so that those cloning against oss.oracle.com will get the 2019-02-04 14:54:12 -07: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 on README.md in preparation for release of cx_Oracle 7.1. 2019-02-04 16:47:32 -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
setup.py Update ODPI-C; bump version in preparation for a new patch release. 2019-03-07 09:34:45 -07:00

README.md

cx_Oracle version 7.1

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.