Redgate Summit – The Database DevOps Transformation Watch now
PASS Data Community Summit logo

PASS Data Community Summit

A hybrid conference in Seattle and online

15-18 November

Flyway Documentation

This documentation is deprecated. The new documentation can now be found on documentation.red-gate.com

Poll

Oracle Wallet Location

Flyway Teams

Description

The location on disk of your Oracle wallet.

Default

null

Usage

Commandline

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

Configuration File

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

Environment Variable

FLYWAY_ORACLE_WALLET_LOCATION=/User/db/my_wallet

API

Flyway.configure()
    .oracleWalletLocation("/User/db/my_wallet")
    .load()

Gradle

flyway {
    oracleWalletLocation = '/User/db/my_wallet'
}

Maven

<configuration>
    <oracleWalletLocation>/User/db/my_wallet</oracleWalletLocation>
</configuration>