cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SQLNET.AUTHENTICATION_SERVICES =(NONE, NTS)

Former Member
0 Likes
6,019

Hello Oracle experts,

is it possible to use "mixed authentication" method within Oracle 12 on Windows.

We tryied to set SQLNET.AUTHENTICATION_SERVICES =(NONE, NTS).

The problem is that the NTS authentication does not work after this change.

Any ideas?

Thank you!

View Entire Topic
JamesZ
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Alex,

Can you please let me know how do you think it is not working?

Because I do not think there is any change on behavior of

SQLNET.AUTHENTICATION_SERVICES in 12c

Best regards,
James

Former Member
0 Likes

Hello James,

I mean if I change SQLNET.AUTHENTICATION_SERVICES from (NTS) to (NONE, NTS) and restart the Listener,

the commando "sqlplus / as sysdba" does not work anymore. It seams that the combination (NONE, NTS) does not work in outr case.


Thank you!


Ask a Question