is it possible to have in oracle 10g mixed nts and database authentication?
Hi,
Is it possible to have in oracle 10g mixed nts and database authentication in Oracle 10.2.0.4?
When I define in sqlnet.ora the SQLNET.AUTHENTICATION_SERVICES = (NTS) then it is possible to connect with OS authentication, but connecting with a regular database username and password fails with error ora-12638 credential retrival failed.
What I mean is that we need the same authentication behaviour that exists in the server's domain, to be across domains.
Now being the client in the same domain as the server and defining in sqlnet.ora as NTS , we can do connections with OS and database.
We need the same when the client is in another domain. Now in this case we get the ora-12631.