Class OracleSourceConfig
Configuration for Oracle as a source in a migration.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class OracleSourceConfig : IDirectResponseSchema
Properties
BinaryLogParser
Use Binary Log Parser.
Declaration
[JsonProperty("binaryLogParser")]
public virtual BinaryLogParser BinaryLogParser { get; set; }
Property Value
Type | Description |
---|---|
BinaryLogParser |
CdcStartPosition
Optional. The schema change number (SCN) to start CDC data migration from.
Declaration
[JsonProperty("cdcStartPosition")]
public virtual long? CdcStartPosition { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogMiner
Use LogMiner.
Declaration
[JsonProperty("logMiner")]
public virtual LogMiner LogMiner { get; set; }
Property Value
Type | Description |
---|---|
LogMiner |
MaxConcurrentCdcConnections
Optional. Maximum number of connections Database Migration Service will open to the source for CDC phase.
Declaration
[JsonProperty("maxConcurrentCdcConnections")]
public virtual int? MaxConcurrentCdcConnections { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxConcurrentFullDumpConnections
Optional. Maximum number of connections Database Migration Service will open to the source for full dump phase.
Declaration
[JsonProperty("maxConcurrentFullDumpConnections")]
public virtual int? MaxConcurrentFullDumpConnections { get; set; }
Property Value
Type | Description |
---|---|
int? |
SkipFullDump
Optional. Whether to skip full dump or not.
Declaration
[JsonProperty("skipFullDump")]
public virtual bool? SkipFullDump { get; set; }
Property Value
Type | Description |
---|---|
bool? |