Show / Hide Table of Contents

Enum 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.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum AutonomousContainerDatabaseSnapshotStandbyConnectionStringType

Fields

Name Description
PrimaryService
SnapshotService
UnknownEnumValue
In this article
Back to top