All Questions
1 question
2
votes
3
answers
8k
views
python-oracledb (new cx_Oracle) connection generating NotSupportedError DPY-3012 errors
So I am trying the new oracledb python library, which replaces cx_oracle - as I dont want to have to install the oracle instant client.
un = 'fred'
pwd = 'mypass'
host ...