Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The New Python cx_Oracle 8.0 Interface for Oracle Database Brings Easier Configuration

Python cx_Oracle 8.0, the extremely popular Oracle Database interface for Python, is now Production on PyPI.  This release adds an API for specifying the location of the Oracle Client libraries and optional configuration files.  The default character set is now UTF-8.  A new prefetchrows attribute allows further tuning of query fetch performance.  And there’s more!  Note this release supports Python 3 only. See the release blog post https://blogs.oracle.com/opal/the-new-cx_oracle-80-release-brings-easier-configuration

Home page: https://oracle.github.io/python-cx_Oracle/index.html

Installation instructions: https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html

Documentation: https://cx-oracle.readthedocs.io/en/latest/index.html

Release Notes: https://cx-oracle.readthedocs.io/en/latest/release_notes.html#releasenotes

Source Code Repository: https://github.com/oracle/python-cx_Oracle

Comments

Post Details

Added on Jun 26 2020
0 comments
331 views