Show / Hide Table of Contents

Enum AutonomousDatabaseStandbyTypeForDrDrills

This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.

  • FULL_CLONE - Creates a full clone of the source Autonomous Database with read-write access for DR Drill operations.
  • REFRESHABLE_CLONE - Creates a full clone of the source Autonomous Database with read-only access for DR Drill operations.
  • SNAPSHOT_STANDBY - Converts the existing standby Autonomous Database to a snapshot standby for DR Drill operations.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum AutonomousDatabaseStandbyTypeForDrDrills

Fields

Name Description
FullClone
RefreshableClone
SnapshotStandby
UnknownEnumValue
In this article
Back to top