OS Auth - PL/SQL Developer
If I have a user created externally with the parameter remote_os_authent (I know it's deprecated and insecure)
i.e. create user ops$user identified externally; (Oracle 12c)
I would then, of course, be able to login with sqlplus using OS auth.
but if I want to connect with PL/SQL Developer, for example, it will obviously won't work.
So what could I do to be able to use OS auth but also be able to log in remotely with PL/SQL Developer?