Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AutonomousContainerDatabaseSnapshotStandbyConnectionStringType

The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.

  • SNAPSHOT_SERVICE - Connect to the snapshot standby using new services that are active only in snapshot standby mode.
  • PRIMARY_SERVICE - Connect to the snapshot standby database using the same services as the primary database.

Enumeration members

PrimaryService

PrimaryService: = "PRIMARY_SERVICE"

SnapshotService

SnapshotService: = "SNAPSHOT_SERVICE"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj