D daprie Member Apr 17, 2007 #1 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?
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?
Marco Kalter Administrator Staff member Apr 17, 2007 #1 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
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