Feature currently not implemented

Oracle Wallet Location

Description

The location on disk of your Oracle wallet.

Default

null

Usage

Command line

./migratedb -oracle.walletLocation="/User/db/my_wallet" info

Configuration File

migratedb.oracle.walletLocation=/User/db/my_wallet

Environment Variable

MIGRATEDB_ORACLE_WALLET_LOCATION=/User/db/my_wallet

API

MigrateDb.configure()
    .extensionConfig(OracleConfig.class, new OracleConfig()
            .walletLocation("/User/db/my_wallet"))
    .load()