Feature currently not implemented

Oracle Kerberos Config File

Description

The location of the krb5.conf file for use in Kerberos authentication.

Usage

Command line

./migratedb -oracle.kerberosConfigFile="/etc/krb5.conf" info

Configuration File

migratedb.oracle.kerberosConfigFile=/etc/krb5.conf

Environment Variable

MIGRATEDB_ORACLE_KERBEROS_CONFIG_FILE=/etc/krb5.conf

API

MigrateDb.configure()
    .extensionConfig(OracleConfig.class, new OracleConfig()
            .kerberosConfigFile("/etc/krb5.conf"))
    .load()