Oracle 12.1 SE, Kerberos ORA-12641
Hi Everyone,
According to the documentation - "Usage of Enterprise User Security with Oracle Database strong authentication (PKI, Kerberos) no longer requires Oracle Advanced Security to be licensed". I'm trying to enable Kerberos authentication for Oracle 12.1 Standard Edition on Linux.
My sqlnet.ora file looks like this
# sqlnet.ora Network Configuration File: /u01/app/oracle/product/12.1.0/db_1/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
SQLNET.INBOUND_CONNECT_TIMEOUT=180
SQLNET.KERBEROS5_CC_NAME=FILE:/tmp/krbcache
SQLNET.AUTHENTICATION_SERVICES= (BEQ, TCPS, KERBEROS5)
SSL_VERSION = 0
SQLNET.ENCRYPTION_SERVER = required
NAMES.DIRECTORY_PATH= (TNSNAMES, HOSTNAME)
SSL_CLIENT_AUTHENTICATION = TRUE
SQLNET.CRYPTO_SEED = 'D:fereeiutw908t523456rtrqwopegj239-t50-13495=tiopq23it59023473535347'
According to the documentation - "Usage of Enterprise User Security with Oracle Database strong authentication (PKI, Kerberos) no longer requires Oracle Advanced Security to be licensed". I'm trying to enable Kerberos authentication for Oracle 12.1 Standard Edition on Linux.
My sqlnet.ora file looks like this
# sqlnet.ora Network Configuration File: /u01/app/oracle/product/12.1.0/db_1/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
SQLNET.INBOUND_CONNECT_TIMEOUT=180
SQLNET.KERBEROS5_CC_NAME=FILE:/tmp/krbcache
SQLNET.AUTHENTICATION_SERVICES= (BEQ, TCPS, KERBEROS5)
SSL_VERSION = 0
SQLNET.ENCRYPTION_SERVER = required
NAMES.DIRECTORY_PATH= (TNSNAMES, HOSTNAME)
SSL_CLIENT_AUTHENTICATION = TRUE
SQLNET.CRYPTO_SEED = 'D:fereeiutw908t523456rtrqwopegj239-t50-13495=tiopq23it59023473535347'
0