Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateNonADBAutoCreateTablespaceDetails

Migration tablespace settings valid for NON-ADB target type using auto create feature.

Properties

Optional blockSizeInKBs

blockSizeInKBs: model.DataPumpTablespaceBlockSizesInKb

Size of Oracle database blocks in KB.

Optional extendSizeInMBs

extendSizeInMBs: undefined | number

Size of extend in MB. Can only be specified if 'isBigFile' property is set to true. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isAutoCreate

isAutoCreate: undefined | false | true

True to auto-create tablespace in the target Database.

Optional isBigFile

isBigFile: undefined | false | true

True set tablespace to big file.

Const targetType

targetType: string = "NON_ADB_AUTOCREATE"

Methods

getDeserializedJsonObj

getJsonObj