CreateReplicat

class oci.database_migration.models.CreateReplicat(**kwargs)

Bases: object

Parameters for GoldenGate Replicat processes.

Attributes

PERFORMANCE_PROFILE_HIGH A constant which can be used with the performance_profile property of a CreateReplicat.
PERFORMANCE_PROFILE_LOW A constant which can be used with the performance_profile property of a CreateReplicat.
map_parallelism Gets the map_parallelism of this CreateReplicat.
max_apply_parallelism Gets the max_apply_parallelism of this CreateReplicat.
min_apply_parallelism Gets the min_apply_parallelism of this CreateReplicat.
performance_profile Gets the performance_profile of this CreateReplicat.

Methods

__init__(**kwargs) Initializes a new CreateReplicat object with values from keyword arguments.
PERFORMANCE_PROFILE_HIGH = 'HIGH'

A constant which can be used with the performance_profile property of a CreateReplicat. This constant has a value of “HIGH”

PERFORMANCE_PROFILE_LOW = 'LOW'

A constant which can be used with the performance_profile property of a CreateReplicat. This constant has a value of “LOW”

__init__(**kwargs)

Initializes a new CreateReplicat object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • performance_profile (str) – The value to assign to the performance_profile property of this CreateReplicat. Allowed values for this property are: “LOW”, “HIGH”
  • map_parallelism (int) – The value to assign to the map_parallelism property of this CreateReplicat.
  • min_apply_parallelism (int) – The value to assign to the min_apply_parallelism property of this CreateReplicat.
  • max_apply_parallelism (int) – The value to assign to the max_apply_parallelism property of this CreateReplicat.
map_parallelism

Gets the map_parallelism of this CreateReplicat. Number of threads used to read trail files (valid for Parallel Replicat)

Returns:The map_parallelism of this CreateReplicat.
Return type:int
max_apply_parallelism

Gets the max_apply_parallelism of this CreateReplicat. Defines the range in which the Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)

Returns:The max_apply_parallelism of this CreateReplicat.
Return type:int
min_apply_parallelism

Gets the min_apply_parallelism of this CreateReplicat. Defines the range in which the Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)

Returns:The min_apply_parallelism of this CreateReplicat.
Return type:int
performance_profile

Gets the performance_profile of this CreateReplicat. Replicat performance.

Allowed values for this property are: “LOW”, “HIGH”

Returns:The performance_profile of this CreateReplicat.
Return type:str