CreateExtract

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

Bases: object

Parameters for GoldenGate Extract processes.

Attributes

PERFORMANCE_PROFILE_HIGH A constant which can be used with the performance_profile property of a CreateExtract.
PERFORMANCE_PROFILE_LOW A constant which can be used with the performance_profile property of a CreateExtract.
PERFORMANCE_PROFILE_MEDIUM A constant which can be used with the performance_profile property of a CreateExtract.
long_trans_duration Gets the long_trans_duration of this CreateExtract.
performance_profile Gets the performance_profile of this CreateExtract.

Methods

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

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

PERFORMANCE_PROFILE_LOW = 'LOW'

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

PERFORMANCE_PROFILE_MEDIUM = 'MEDIUM'

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

__init__(**kwargs)

Initializes a new CreateExtract 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 CreateExtract. Allowed values for this property are: “LOW”, “MEDIUM”, “HIGH”
  • long_trans_duration (int) – The value to assign to the long_trans_duration property of this CreateExtract.
long_trans_duration

Gets the long_trans_duration of this CreateExtract. Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.

Returns:The long_trans_duration of this CreateExtract.
Return type:int
performance_profile

Gets the performance_profile of this CreateExtract. Extract performance.

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

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