Feature currently not implemented

Oracle SQL*Plus

Description

Enable MigrateDB’s support for Oracle SQL*Plus commands.

Default

false

Usage

Command line

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

Configuration File

migratedb.oracle.sqlplus=true

Environment Variable

MIGRATEDB_ORACLE_SQLPLUS=true

API

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

Use Cases

Configuring consistent sessions for your migrations

See our list of supported SQL*Plus commands and how you can utilize them with site and user profiles once SQL*Plus is enable to achieved this.