SQLNET kerberos parameters not read from defined TNS_ADMIN location
Oracle 19.18
Linux
Hi
I have sqlnet.ora and tnsnames.ora separate for each container database. And haven't got any issues with that. These settings indeed are used.
$ srvctl getenv database -d rikdc1a rikdc1a: TNS_ADMIN=/u02/app/oracle/product/19.0.0.0/dbhome_2/network/admin/rikcdba $ ls -lh /u02/app/oracle/product/19.0.0.0/dbhome_2/network/admin/rikcdba total 16K -rw------- 1 oracle oinstall 1.6K Mar 10 10:48 sqlnet.ora -rw------- 1 oracle oinstall 3.0K Mar 10 10:29 tnsnames.ora
However, now I am trying to configure kerberos authentication. And when I put these settings inside that very sqlnet.ora file, then it does not work. I have tried from remote host and also from local host. It does not read those settings from that file.