I try to write a script in .py for oracle connectivity:
#!/usr/bin/python
import cx_Oracle
connstr=\'username/pwd@database\'
conn = cx_Oracle.connect(conns
Unknown92 answer helped me (on windows). Note that all versions must fit.
I've downloaded cx_Oracle here, for me the file cx_Oracle-5.2.1-12c.win-amd64-py3.5.exe worked with: