Skip to content

/AWS1/CL_ODBSOURCECONF

The configuration details for the source used to create an Autonomous Database. This is a union, so only one of the following members can be specified.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_databaseclone TYPE REF TO /AWS1/CL_ODBDATABASECLONECONF /AWS1/CL_ODBDATABASECLONECONF

The configuration for creating the Autonomous Database as a clone of an existing database.

io_restorefrombackup TYPE REF TO /AWS1/CL_ODBRESTFROMBACKUPCONF /AWS1/CL_ODBRESTFROMBACKUPCONF

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

io_pointintimerestore TYPE REF TO /AWS1/CL_ODBPTINTIMERESTCONF /AWS1/CL_ODBPTINTIMERESTCONF

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

io_crossregiondataguard TYPE REF TO /AWS1/CL_ODBCROSSRGNDATGUARD00 /AWS1/CL_ODBCROSSRGNDATGUARD00

The configuration for creating the Autonomous Database as a cross-Region Oracle Data Guard peer.

io_crossregiondisastrrec TYPE REF TO /AWS1/CL_ODBCROSSRGNDRRECCONF /AWS1/CL_ODBCROSSRGNDRRECCONF

The configuration for creating the Autonomous Database as a cross-Region disaster recovery peer.

io_clonetorefreshable TYPE REF TO /AWS1/CL_ODBCLONETOREFABLECONF /AWS1/CL_ODBCLONETOREFABLECONF

The configuration for creating the Autonomous Database as a refreshable clone.


Queryable Attributes

databaseClone

The configuration for creating the Autonomous Database as a clone of an existing database.

Accessible with the following methods

Method Description
GET_DATABASECLONE() Getter for DATABASECLONE

restoreFromBackup

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

Accessible with the following methods

Method Description
GET_RESTOREFROMBACKUP() Getter for RESTOREFROMBACKUP

pointInTimeRestore

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

Accessible with the following methods

Method Description
GET_POINTINTIMERESTORE() Getter for POINTINTIMERESTORE

crossRegionDataGuard

The configuration for creating the Autonomous Database as a cross-Region Oracle Data Guard peer.

Accessible with the following methods

Method Description
GET_CROSSREGIONDATAGUARD() Getter for CROSSREGIONDATAGUARD

crossRegionDisasterRecovery

The configuration for creating the Autonomous Database as a cross-Region disaster recovery peer.

Accessible with the following methods

Method Description
GET_CROSSREGIONDISASTRREC() Getter for CROSSREGIONDISASTERRECOVERY

cloneToRefreshable

The configuration for creating the Autonomous Database as a refreshable clone.

Accessible with the following methods

Method Description
GET_CLONETOREFRESHABLE() Getter for CLONETOREFRESHABLE