cx_Oracle is a Python extension module that allows access to Oracle databases and conforms to the Python database API specification.
This tag is used for questions about or involving the Python extension module cx_Oracle, which enables querying and updating of the Oracle DBMS. cx_Oracle conforms to the Python Database API Specification and includes a number of additions to this specification.
Questions tagged cx-oracle should also be tagged python and possibly oracle.
If the question is related to a specific version of Python or Oracle this tag should also be included. The current version of cx_Oracle is available for oracle11g, oracle11gr2 and oracle12c and various Python versions between 2.7 python-2.x and 3.6 python-3.x.