SQLNET.AUTHENTICATION_SERVICES=(NONE)
We have Windows Server 2019 as the platform. After patching Oracle Database from 19.8 to 19.12, the database links between this database and others stopped working. We had to change SQLNET.AUTHENTICATION_SERVICES from (NTS) to (NONE) in order for db links to work. The side effect is 'sqlplus / as sysdba' doesn't work now. The db link issue did not happen on other databases. Is there anything special on this DB or OS that caused the issue?