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
python-oracledb is the new name for cx_Oracle.
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
Default mode is thin mode (no dependencies required)
For thick mode (requires Oracle Instant Client):
import oracledb
oracledb.init_oracle_client()