Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateADBDedicatedAutoCreateTablespaceDetails

Auto create tablespace settings that are valid for Dedicated Autonomous Databases.

Properties

Optional blockSizeInKBs

blockSizeInKBs: model.DataPumpTablespaceBlockSizesInKb

Size of Oracle database blocks in KB.

Optional extendSizeInMBs

extendSizeInMBs: undefined | number

Size to extend the tablespace in MB. Note: Only applicable 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

Set this property to true to auto-create tablespaces in the target Database. Note: This is not applicable for Autonomous Database Serverless databases.

Optional isBigFile

isBigFile: undefined | false | true

Set this property to true to enable tablespace of the type big file.

Const targetType

targetType: string = "ADB_D_AUTOCREATE"

Methods

getDeserializedJsonObj

getJsonObj