Python-oracledb 1.2.2 is available

--

The latest bug fix release for the Python python-oracledb driver is available.

A picture of three pairs of pliers on a wooden surface.
Photo by JESHOOTS.COM on Unsplash

The python-oracledb driver is a Python programming language extension module allowing Python programs to connect to Oracle Database. Python-oracledb is the new name for Oracle’s popular cx_Oracle driver.

Python-oracledb 1.2.2 contains a small number of fixes for issues reported by users. See the release notes for the list.

Installing or Upgrading python-oracledb

You can install or upgrade python-oracledb by running:

python -m pip install oracledb --upgrade

The pip options --proxy and --user may be useful in some environments. See python-oracledb Installation for details.

python-oracledb References

--

--

Christopher Jones
Christopher Jones

Written by Christopher Jones

Oracle Database Product Manager for language drivers including Python python-oracledb, Node.js node-oracledb, PHP OCI8 and more! On Mastodon: @cjbj@phpc.social

No responses yet