<div dir="ltr"><div>What is cx_Oracle?</div><div><br></div><div>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.</div><div><br></div><div><br></div><div>Where do I get it?</div><div><a href="https://oracle.github.io/python-cx_Oracle">https://oracle.github.io/python-cx_Oracle</a></div><div><br></div><div>The easiest method to install/upgrade cx_Oracle is via pip as in</div><div><br></div><div>    python -m pip install cx_Oracle --upgrade</div><div><br></div><div><br></div><div>What's new?</div><div><br></div><div>This release adds support for grouping notifications to subscriptions and adds support for getting notifications when AQ messages are available to be dequeued. Support was also added for timed waits when acquiring sessions from a session pool and for setting the values of the timeout and maximum lifetime attributes of a pool when it is created. Cursors can now be used as context managers and a number of other enhancements and bug fixes were made. See the release notes for more information.<br></div><div><br></div><div><a href="http://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-6-4-july-2018">http://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-6-4-july-2018</a><br></div><div><br></div><div>Please provide any feedback via GitHub issues (<a href="https://github.com/oracle/python-cx_Oracle/issues">https://github.com/oracle/python-cx_Oracle/issues</a>).</div></div>