<div dir="ltr">What is cx_Oracle?<br><br>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.<br><br><br>Where do I get it?<br><a href="https://oracle.github.io/python-cx_Oracle">https://oracle.github.io/python-cx_Oracle</a><br><br>The easiest method to install/upgrade cx_Oracle is via pip as in<br><br>    python -m pip install cx_Oracle --upgrade<br><br><br>What's new?<br><br>This release focused on advanced queuing, adding support for RAW queues and bulk enqueue/dequeue. Support was also added for a preview of SODA bulk insert.<br><br>A number of smaller enhancements and bug fixes were also made. See the full release notes for all of the details: <br><a href="https://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-7-2-july-2019">https://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-7-2-july-2019</a><br><br>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>).<br></div>