cx_Oracle 6.0.2

Anthony Tuininga anthony.tuininga at gmail.com
Wed Aug 30 15:36:25 EDT 2017


What is cx_Oracle?

cx_Oracle is a Python extension module that enables access to Oracle
Database for Python 3.x and 2.x and conforms to the Python database API 2.0
specifications with a number of enhancements.


Where do I get it?
https://oracle.github.io/python-cx_Oracle

The easiest method to install cx_Oracle is via pip as in

    python -m pip install cx_Oracle --upgrade


What's new?

This release addresses issues found since the previous release. The full
release notes can be read here:

http://cx-oracle.readthedocs.io/en/latest/releasenotes.
html#version-6-0-2-august-2017

Please provide any feedback via GitHub issues (https://github.com/oracle/pyt
hon-cx_Oracle/issues).


More information about the Python-announce-list mailing list