HomeMogDBMogDB StackUqbar

Documentation:v2.0

Supported Versions:

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

Copyright © 2011-2024 www.enmotech.com All rights reserved.