logging in using a OS Autenticated user

daprie

Member
I have not seen anything yet that addressed this particular question so I thought I would ask. How do you login to an oracle database through PL/SQL Developer with an OS authenticated user?
 
You can leave the username and password empty in the logon dialog.

On the command line you can use a slash:

plsqldev.exe userid=/@thedb
 
Back
Top