Skip to Main Content

Oracle Developer Tools for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Developer Tools for VS Code - Proxy User connections

Robert MarzApr 22 2020 — edited Apr 22 2020

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

This post has been answered by Christian.Shay -Oracle on Apr 22 2020
Jump to Answer
Comments
Post Details
Added on Apr 22 2020
7 comments
1,549 views