Skip to content

/AWS1/CL_ODBRESTFROMBACKUPCONF

The configuration for creating an Autonomous Database by restoring from a backup.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_atnmsdatabasebackupid TYPE /AWS1/ODBRESOURCEIDORARN /AWS1/ODBRESOURCEIDORARN

The unique identifier of the Autonomous Database backup to restore from.

iv_clonetype TYPE /AWS1/ODBCLONETYPE /AWS1/ODBCLONETYPE

The type of clone to create from the backup.

Optional arguments:

it_clonetablespacelist TYPE /AWS1/CL_ODBINTEGERLIST_W=>TT_INTEGERLIST TT_INTEGERLIST

The list of tablespace identifiers to clone from the backup.


Queryable Attributes

autonomousDatabaseBackupId

The unique identifier of the Autonomous Database backup to restore from.

Accessible with the following methods

Method Description
GET_ATNMSDATABASEBACKUPID() Getter for AUTONOMOUSDATABASEBACKUPID, with configurable def
ASK_ATNMSDATABASEBACKUPID() Getter for AUTONOMOUSDATABASEBACKUPID w/ exceptions if field
HAS_ATNMSDATABASEBACKUPID() Determine if AUTONOMOUSDATABASEBACKUPID has a value

cloneType

The type of clone to create from the backup.

Accessible with the following methods

Method Description
GET_CLONETYPE() Getter for CLONETYPE, with configurable default
ASK_CLONETYPE() Getter for CLONETYPE w/ exceptions if field has no value
HAS_CLONETYPE() Determine if CLONETYPE has a value

cloneTableSpaceList

The list of tablespace identifiers to clone from the backup.

Accessible with the following methods

Method Description
GET_CLONETABLESPACELIST() Getter for CLONETABLESPACELIST, with configurable default
ASK_CLONETABLESPACELIST() Getter for CLONETABLESPACELIST w/ exceptions if field has no
HAS_CLONETABLESPACELIST() Determine if CLONETABLESPACELIST has a value