v2.0
- Overview
- Environment
- Quick Start
- Configuration
- Commands
- mtk
- init-project
- config
- license
- mig
- show
- sync
- sync-schema
- sync-sequence
- sync-object-type
- sync-domain
- sync-wrapper
- sync-server
- sync-user-mapping
- sync-queue
- sync-table
- sync-nickname
- sync-rule
- sync-table-data
- sync-table-data-estimate
- sync-index
- sync-constraint
- sync-db-link
- sync-view
- sync-mview
- sync-function
- sync-procedure
- sync-package
- sync-trigger
- sync-synonym
- sync-table-data-com
- sync-alter-sequence
- sync-coll-statistics
- check-table-data
- gen
- gen completion
- encrypt
- convert-plsql
- report
- self
- mvd
- usql
- Graphical
- Faqs
- Release
MTK Parameter
Parameter
remapSchema
Type: map[string]string
Desc: Indicates whether to modify the name of schema during migration.
Format: old schema name : new schema name
For example, MTK1 is changed to MTK1_NEW, and SOE is changed to SOE_NEW.
Example:
Remap Schema Example
{
"remapSchema": {
"DB_APP_01": "APP_01",
"DB_APP_02": "APP_02"
}
}
remapTable
Type: map[string]string
Desc: Indicates whether to modify the table name during migration
Deprecated: This parameter is already not supported
remapTablespace
Type: map[string]string
Desc: Indicates whether to modify the name of the tablespace during migration.
This parameter is used together with enableSyncTabTbsPro
For example, USERSPACE1 is changed to TBS01.
Example:
Remap Tablespace Example
{
"remapTablespace": {
"USERSPACE1": "TBS01"
}
}
enableSyncTabTbsPro
Type: bool
Desc: Indicates whether to generate a DDL with the tablespace.
Default: false