Has anyone successfully used the Oracle-target wit...
# singer-targets
r
Has anyone successfully used the Oracle-target with an encrypted wallet? In theory it should work because you can pass the sqlalchemy connect string, but I get a password required error with it.
e
I feel like we've had someone asking about the same thing. Let me do a quick search in https://meltano.linen.dev/...
So, how are you passing the SQLAlchemy URL, and are passing other settings besides the URL?
r
The other settings aren't relevant if you pass the URL. The if statement in the target url create function skips the other params if the SQLAlchemy URL is provided
this is the URL we use
"oracle+cx_<oracle://USER@PROXY_USER>"
The Meltano container has $TNS_ADMIN set up and the wallet, tns names, and sqlnet.ora are in that location
e
That looks right according to https://docs.sqlalchemy.org/en/20/dialects/oracle.html#connections-with-tnsnames-ora-or-oracle-cloud. What's the error message you're seeing?
r
cx_Oracle.DatabaseError: ORA-01005: null password given; logon denied