connector-x
connector-x copied to clipboard
Oracle connection string with TNS
By using conn = 'oracle://username:password@server:port/database' I can connect to Oracle , but How I can use TNS entry name in connectorx? for example, in cx_Oracle, it can be done like this: conn = cx_Oracle.connect(dsn="the_tns_entry_name"). Is there similar way to do it in connectorx? Since in my tns entry, it doesn't need user id and password, seems like Windows Authentication.
Or how to use connectorx connect to Oracle by Window authentication?