/AWS1/CL_ODBDATABASECLONECONF¶
The configuration for creating an Autonomous Database as a clone of an existing database.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourceatnmsdatabaseid TYPE /AWS1/ODBRESOURCEIDORARN /AWS1/ODBRESOURCEIDORARN¶
The unique identifier of the source Autonomous Database to clone.
iv_clonetype TYPE /AWS1/ODBCLONETYPE /AWS1/ODBCLONETYPE¶
The type of clone to create, either a full clone, a metadata clone, or a partial clone.
Queryable Attributes¶
sourceAutonomousDatabaseId¶
The unique identifier of the source Autonomous Database to clone.
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, either a full clone, a metadata clone, or a partial clone.
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 |