How to configure PL/SQL Developer to use windows authentication

OraKing

Member
Hi Guys,

I have set up my oracle to automatically use windows authentication by modifying the sqlnet.ora. I can log into remote oracle machine from my desktop without having to provide a user name and password since I have added it to oracle.
However, I want to be able to do this when I use pl/sql developer.
How do I configure this to work?
Any help will be appreciated.

Thanks
 
You can connect with an externally authenticated user by leaving the username and password empty during logon.
 
Back
Top