I would like to make cx_Oracle work with Windows OS authentication but fail miserably:
I know that with pyodbc you can make it work using trusted_connecti
trusted_connecti
For external authentication with cx_Oracle, the code to use is as simple as this:
import cx_Oracle conn = cx_Oracle.connect(dsn = "the_tns_entry_name")