Specify the Location of the Keytab File

To specify the location of the keytab file, take these steps:

  1.  Using the Administration Tools, log in to the database as the database administrator (usually DBADMIN).
  1. Set the KerberosKeyTabFile configuration parameter to point to the location of the keytab file. For example:
=> ALTER DATABASE mydb SET KerberosKeytabFile = '/etc/krb5.keytab';

See Kerberos Authentication Parameters for more information.