We are using proxy accounts to login to our Oracle database.
In Oracle Developer it works like this:
login: mypersonaluser[stg]
passowrd: pw of mypersonaluser
So I am logged in as user stg and have all his rights.
When I try this in Toad Data Modeler I get the error message:
"Connection failed because of following error: "ORA-01017: invalid username/password;logon denied""
Wonder how to connect as a proxy account through Toad for Oracle.
I am getting invalid user or password if I specify user as: user1[shcemaOwner] in the User: field.