ExecutionPlanStatsComparision¶
-
class
oci.database_management.models.
ExecutionPlanStatsComparision
(**kwargs)¶ Bases:
object
The comparison report of the SQL execution plan statistics in the original and modified plan.
Methods
__init__
(**kwargs)Initializes a new ExecutionPlanStatsComparision object with values from keyword arguments. Attributes
modified
[Required] Gets the modified of this ExecutionPlanStatsComparision. original
[Required] Gets the original of this ExecutionPlanStatsComparision. -
__init__
(**kwargs)¶ Initializes a new ExecutionPlanStatsComparision object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - original (oci.database_management.models.SqlTuningTaskPlanStats) – The value to assign to the original property of this ExecutionPlanStatsComparision.
- modified (oci.database_management.models.SqlTuningTaskPlanStats) – The value to assign to the modified property of this ExecutionPlanStatsComparision.
-
modified
¶ [Required] Gets the modified of this ExecutionPlanStatsComparision.
Returns: The modified of this ExecutionPlanStatsComparision. Return type: oci.database_management.models.SqlTuningTaskPlanStats
-
original
¶ [Required] Gets the original of this ExecutionPlanStatsComparision.
Returns: The original of this ExecutionPlanStatsComparision. Return type: oci.database_management.models.SqlTuningTaskPlanStats
-