Windows Authentication.

poei

Member²
:confused: Is there a way to connect with PL/SQL Developer that will use my windows logon info. The database is set up to use Windows authentication.
I would like to open the application and just select the tns service name.

Regards,
Martin.
 
Martin,

You always log into the same schema? And Oracle lets you do that? I was unfamiliar with that feature.

Personally, I don't think it's very safe, but who am I to judge! :-)
 
This is possible. If you have enabled OS authentication, you can leave the username & password empty on the logon screen. If you are using the USERID command-line parameter, you can pass a single "/" for the username/password. For example:

plsqldev.exe userid=/@yourdb
 
Back
Top