Python-oracledb 1.2.2 is available
The latest bug fix release for the Python python-oracledb driver is available.
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.