connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

Oracle connection string with TNS

Open yxiao315 opened this issue 2 years ago • 1 comments

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?

yxiao315 avatar Apr 09 '23 15:04 yxiao315