oracle/python-cx_Oracle
FreeObsolete Python interface to Oracle Database, now superseded by python-oracledb
FreeFree tier
About oracle/python-cx_Oracle
cx_Oracle is the obsolete Python interface to Oracle Database, superseded by python-oracledb in 2022. It was an open-source library written in C and Python that allowed Python applications to connect to Oracle Database using the Python DB API. Users should migrate to the new driver python-oracledb, which offers more features and improved performance.
Key Features
Python DB API compliant interface to Oracle Database
Pros & Cons
Cons
- Obsolete and no longer maintained; users should migrate to python-oracledb
FAQ
Is cx_Oracle still maintained?
No, cx_Oracle was obsoleted by python-oracledb in 2022 and is no longer maintained.
What should I use instead of cx_Oracle?
Use python-oracledb, which is the successor with many new features and uses the same Python DB API.