<div dir="ltr">Hi,<div><br></div><div>I have to connect to Oracle DBs for my work with a "proxy" user (security requirements) and I normally make it with SQLDeveloper, setting it up like:</div><div><br></div><div>username: MY_USER[DB_USER]</div><div>password: << MY_USER password >></div><div>connection type: Base</div><div>host: << DB host address >></div><div>port: << DB port >></div><div>service: << DB service name >></div><div><br></div><div>where MY_USER is my personal user, while DB_USER is the name of the schema where DB tables are present. The DB is an Oracle 12g and is v21, but in order to make this work I had to setup SQLDeveloper preferences so to use an external Oracle client (instantclient) and the Thick/OCI driver. Also, compatibility with the oracle client needs to be taken care of. I use the Oracle instant client 21.11 and SQLDeveloper 21.4.1.</div><div><br></div><div>I'm trying to replicate such an Oracle connection in QGIS, but simply setting up the connection details as above, it fails with:</div><div><br></div><div>ORA-01017 invalid username/password</div><div><br></div><div>I've searched a lot already and tried some variations in the QGIS connection setup, but I haven't been able to solve my problem. Oracle proxy user connection doesn't seem to be supported in QGIS, does it?</div><div><br></div><div>Can someone here help me?</div><div>thanks in advance</div><div>Fabio</div></div>