cx_Oracle is a Python extension module that allows access to Oracle databases and conforms to the Python database API specification.
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