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!

Connecting using proxy user and wallet

User_ZZQ0FFeb 17 2022 — edited Feb 17 2022

Hello,
I have a properly configured wallet.
It works well with the add-on for regular non-proxy connections.
However I have noticed the issue for proxy connections. During executing following commands in VSCode:
connect [proxy_user]@tns_name or connect [proxy_user]/@tns_name or connect user_name[proxy_user]/@tns_name
the add-on asks about password (it should not).
If I execute the same commands in SQL Plus, I connected successfully without asking for password.
I believe its a bug because behavior of the add-on should be similar like SQL Plus and the password pop-up should not appear.

Comments
Post Details
Added on Feb 17 2022
6 comments
1,284 views