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!

Python cx_Oracle 7.3 is now Production on PyPI

Christopher Jones-OracleDec 2 2019 — edited Dec 4 2019

The cx_Oracle 7.3 release adds incremental improvements and fixes some bugs.

This release is the first with pre-built binaries for the latest Python 3.8.  The Continuous Query Notification (CQN) API now supports 19.4 "client initiated" connections, giving ease-of-use and security advantages.  Also new in cx_Oracle 7.3 is a Cursor.lastrowid attribute. See https://blogs.oracle.com/opal/python-cx_oracle-73-for-oracle-database-is-on-pypi

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

Sergio-Oracle

Also available on yum.oracle.com:

$ yum info python-cx_Oracle

Available Packages

Name        : python-cx_Oracle

Arch        : x86_64

Version     : 7.3

Release     : 1.el7

Size        : 709 k

Repo        : ol7_developer/x86_64

Summary     : Python interface to Oracle

URL         : http://cx-oracle.sourceforge.net

License     : Python Software Foundation License

Description : Python interface to Oracle conforming to the Python DB API 2.0 specification.

            : See http://www.python.org/topics/database/DatabaseAPI-2.0.html.

1 - 1

Post Details

Added on Dec 2 2019
1 comment
438 views