Feature currently not implemented

Oracle Kerberos Config File

Description

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

Usage

API

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