Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateDataGuardAssociationDetails

The configuration details for creating a Data Guard association between databases.

*Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Properties

creationType

creationType: string

databaseAdminPassword

databaseAdminPassword: string

A strong password for the {@code SYS}, {@code SYSTEM}, and {@code PDB Admin} users to apply during standby creation.

The password must contain no fewer than nine characters and include:

At least two uppercase characters.

At least two lowercase characters.

At least two numeric characters.

At least two special characters. Valid special characters include \"_\", \"#\", and \"-\" only.

*The password MUST be the same as the primary admin password.**

Optional databaseSoftwareImageId

databaseSoftwareImageId: undefined | string

The database software image OCID

Optional isActiveDataGuardEnabled

isActiveDataGuardEnabled: undefined | false | true

True if active Data Guard is enabled.

Optional peerDbUniqueName

peerDbUniqueName: undefined | string

Specifies the {@code DB_UNIQUE_NAME} of the peer database to be created.

Optional peerSidPrefix

peerSidPrefix: undefined | string

Specifies a prefix for the {@code Oracle SID} of the database to be created.

protectionMode

protectionMode: ProtectionMode

The protection mode to set up between the primary and standby databases. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

*IMPORTANT** - The only protection mode currently supported by the Database service is MAXIMUM_PERFORMANCE.

transportType

transportType: TransportType

The redo transport type to use for this Data Guard association. Valid values depend on the specified {@code protectionMode}:

MAXIMUM_AVAILABILITY - SYNC or FASTSYNC * MAXIMUM_PERFORMANCE - ASYNC * MAXIMUM_PROTECTION - SYNC

For more information, see [Redo Transport Services](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-redo-transport-services.htm#SBYDB00400) in the Oracle Data Guard documentation.

*IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.

Functions

getDeserializedJsonObj

getJsonObj