Feature currently not implemented

Oracle Kerberos Cache File

Description

The location of the krb5cc_<UID> credential cache file for use in Kerberos authentication. This is optional, and only has any significance when oracleKerberosConfigFile is also specified. It may assist performance.

Usage

Command line

./migratedb -oracle.kerberosCacheFile="/temp/krb5cc_123" info

Configuration File

migratedb.oracle.kerberosCacheFile=/temp/krb5cc_123

Environment Variable

MIGRATEDB_ORACLE_KERBEROS_CACHE_FILE=/temp/krb5cc_123

API

MigrateDb.configure()
    .extensionConfig(OracleConfig.class, new OracleConfig()
            .kerberosCacheFile("/temp/krb5cc_123"))
    .load()