Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateDataGuardAssociationDetails

The configuration details for updating a Data Guard association for a database.

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

Properties

Optional databaseAdminPassword

databaseAdminPassword: undefined | string

A strong password for the 'SYS', 'SYSTEM', and '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 isActiveDataGuardEnabled

isActiveDataGuardEnabled: undefined | false | true

True if active Data Guard is enabled. Update this parameter to change the Data Guard setting.

Optional protectionMode

protectionMode: ProtectionMode

The protection mode for the Data Guard association's primary and standby database. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

Optional transportType

transportType: TransportType

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

  • MAXIMUM_AVAILABILITY - Use SYNC or FASTSYNC
  • MAXIMUM_PERFORMANCE - Use ASYNC
  • MAXIMUM_PROTECTION - Use 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.

Functions

getDeserializedJsonObj

getJsonObj