Hello,
I recently installed an oracle database 12.1.0.2 and am trying to get os authentication setup. I am not using a container database or anything special. I have the remote_os_authent parameter set to true as well.
If i do "sqlplus /" i get back invalid username/password. My OS user is oracle and i have a database user called ops$oracle and ops$ is still the default prefix parameter. The odd thing is if i do "sqlpls / as sysdba" then it will connect me as sys user just fine.
Any ideas why im getting connected as sys and am unable to connect as ops$oracle ?