Top "Cx-oracle" questions

cx_Oracle is a Python extension module that allows access to Oracle databases and conforms to the Python database API specification.

cx_Oracle.DatabaseError: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

I am trying to do a sanity testing of newly installed Oracle client 12.2 in RHEL 7 linux from a Python program, …

python linux oracle database-connection cx-oracle
Python-Oracle Passing in a Cursor Out Parameter

I am trying to call a stored procedure between python and an oracle db. The problem I am having is …

python oracle cursor cx-oracle