View Source GoogleApi.DataMigration.V1.Model.OracleSourceConfig (google_api_data_migration v0.21.0)

Configuration for Oracle as a source in a migration.

Attributes

  • binaryLogParser (type: GoogleApi.DataMigration.V1.Model.BinaryLogParser.t, default: nil) - Use Binary Log Parser.
  • cdcStartPosition (type: String.t, default: nil) - Optional. The schema change number (SCN) to start CDC data migration from.
  • logMiner (type: GoogleApi.DataMigration.V1.Model.LogMiner.t, default: nil) - Use LogMiner.
  • maxConcurrentCdcConnections (type: integer(), default: nil) - Optional. Maximum number of connections Database Migration Service will open to the source for CDC phase.
  • maxConcurrentFullDumpConnections (type: integer(), default: nil) - Optional. Maximum number of connections Database Migration Service will open to the source for full dump phase.
  • skipFullDump (type: boolean(), default: nil) - Optional. Whether to skip full dump or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.OracleSourceConfig{
  binaryLogParser: GoogleApi.DataMigration.V1.Model.BinaryLogParser.t() | nil,
  cdcStartPosition: String.t() | nil,
  logMiner: GoogleApi.DataMigration.V1.Model.LogMiner.t() | nil,
  maxConcurrentCdcConnections: integer() | nil,
  maxConcurrentFullDumpConnections: integer() | nil,
  skipFullDump: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.