Skip to content

/AWS1/CL_ODBPTINTIMERESTCONF

The configuration for creating an Autonomous Database by restoring to a point in time.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_sourceatnmsdatabaseid TYPE /AWS1/ODBRESOURCEIDORARN /AWS1/ODBRESOURCEIDORARN

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

iv_clonetype TYPE /AWS1/ODBCLONETYPE /AWS1/ODBCLONETYPE

The type of clone to create from the point-in-time restore.

Optional arguments:

iv_timestamp TYPE /AWS1/ODBTIMESTAMP /AWS1/ODBTIMESTAMP

The date and time to which to restore the Autonomous Database.

iv_uselatestavailbackuptsmp TYPE /AWS1/ODBBOOLEAN /AWS1/ODBBOOLEAN

Indicates whether to use the latest available backup timestamp for the restore.

it_clonetablespacelist TYPE /AWS1/CL_ODBINTEGERLIST_W=>TT_INTEGERLIST TT_INTEGERLIST

The list of tablespace identifiers to clone from the point-in-time restore.


Queryable Attributes

sourceAutonomousDatabaseId

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

Accessible with the following methods

Method Description
GET_SOURCEATNMSDATABASEID() Getter for SOURCEAUTONOMOUSDATABASEID, with configurable def
ASK_SOURCEATNMSDATABASEID() Getter for SOURCEAUTONOMOUSDATABASEID w/ exceptions if field
HAS_SOURCEATNMSDATABASEID() Determine if SOURCEAUTONOMOUSDATABASEID has a value

cloneType

The type of clone to create from the point-in-time restore.

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

timestamp

The date and time to which to restore the Autonomous Database.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

useLatestAvailableBackupTimestamp

Indicates whether to use the latest available backup timestamp for the restore.

Accessible with the following methods

Method Description
GET_USELATESTAVAILBACKUPTSMP() Getter for USELATESTAVAILABLEBACKUPTSMP, with configurable d
ASK_USELATESTAVAILBACKUPTSMP() Getter for USELATESTAVAILABLEBACKUPTSMP w/ exceptions if fie
HAS_USELATESTAVAILBACKUPTSMP() Determine if USELATESTAVAILABLEBACKUPTSMP has a value

cloneTableSpaceList

The list of tablespace identifiers to clone from the point-in-time restore.

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