Site logo

Léon Zhang

Software Engineer

en1 min read

Oracledb

python-oracledb is the new name for cx_Oracle.

Overview

python-oracledb

python-oracledb is the new name for cx_Oracle.

The cx_Oracle package has been renamed to python-oracledb and is now maintained as the official Oracle Python driver.

Reference: https://github.com/oracle/python-cx_Oracle/issues/670

Install

Usage

Default mode is thin mode (no dependencies required)

For thick mode (requires Oracle Instant Client):

python
import oracledb
oracledb.init_oracle_client()
Oracledb | Léon Zhang