Feature currently not implemented

Oracle SQL*Plus Warn

Description

Whether MigrateDB should issue a warning instead of an error whenever it encounters an Oracle SQL*Plus statement it doesn’t yet support.

Default

false

Usage

Command line

./migratedb -oracle.sqlplusWarn="true" info

Configuration File

migratedb.oracle.sqlplusWarn=true

Environment Variable

MIGRATEDB_ORACLE_SQLPLUS_WARN=true

API

MigrateDb.configure()
    .extensionConfig(OracleConfig.class, new OracleConfig()
        .sqlplusWarn(true))
    .load()