Hi,
Is there a page that describes how to setup the vs extension to connect to the database using Radius authentication? I don't see anything for Radius here - https://docs.oracle.com/en/database/oracle/developer-tools-for-vscode/getting-started/connecting-oracle-database.html#GUID-3526995B-E4A5-49C3-B504-286EB7BA1C89
I have the setup for my SQL Developer working for several years now.
Thanks!
Edit: I do the following things to make this work in SQL Developer 23.1
- Update sqlnet.ora to use RADIUS as the authentication option.
- Check the “Use OCI/ thick driver” in Preferences > Database > Advanced
I copied the same sqlnet.ora file to %userprofile%/Oracle/network/admin to make the extension work. No dice :(