Feature currently not implemented

Oracle Wallet Location

Description

The location on disk of your Oracle wallet.

Default

null

Usage

API

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