While trying to connect to database facing some error like "ORA-12505, TNS:listener does not currently know of SID given in connect descriptor"
Asked
Active
Viewed 60 times
0
-
2Possible duplicate of [ORA-12505, TNS:listener does not currently know of SID given in connect descriptor](https://stackoverflow.com/questions/18192521/ora-12505-tnslistener-does-not-currently-know-of-sid-given-in-connect-descript) – Bill the Lizard May 17 '18 at 20:05
-
OS Authentication for a database means the database is going to trust your operating system to make sure you are who you say you are, so if you are JDSMITH on windows xyz, then there will be a JDSMITH user in the database, that you will access from your machine/network as long as you're logged in as JDSMITH https://oracle-base.com/articles/misc/os-authentication – thatjeffsmith May 18 '18 at 15:51