Hi,
we are heavily using proxy connections at our site - every developer connects with his personal user and the desired schema in square brackets:
alter user hr grant connect through scott;
connect scott[hr]/tiger
And you are connected to the schema hr.
Unfortunately, this doesn't seem to work with Oracle Developer Tools for VS Code 19.3.2.
Am I doing something wrong?
Regards from Germany
Robbie