Hi
While connecting to DB in thin mode, getting the title ERROR (DPY-4000).
The scenario is only when providing the TNS alias in to dsn argument.
(ERROR: oracledb.exceptions.DatabaseError: DPY-4000: cannot connect to database. Unable to find "" in /tnsadmin/tnsnames.ora)
When providing full TNS address (IP address:port/DSN) - it connecting fine.
This happened only in thin mode.
In thick mode (and cx_Oracle) it work fine.