SqlTuningAdvisorTaskSqlExecutionPlan

class oci.database_management.models.SqlTuningAdvisorTaskSqlExecutionPlan(**kwargs)

Bases: object

A SQL execution plan.

Methods

__init__(**kwargs) Initializes a new SqlTuningAdvisorTaskSqlExecutionPlan object with values from keyword arguments.

Attributes

plan [Required] Gets the plan of this SqlTuningAdvisorTaskSqlExecutionPlan.
__init__(**kwargs)

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

Parameters:plan (list[oci.database_management.models.SqlTuningTaskSqlExecutionPlanStep]) – The value to assign to the plan property of this SqlTuningAdvisorTaskSqlExecutionPlan.
plan

[Required] Gets the plan of this SqlTuningAdvisorTaskSqlExecutionPlan. A SQL execution plan as a list of steps.

Returns:The plan of this SqlTuningAdvisorTaskSqlExecutionPlan.
Return type:list[oci.database_management.models.SqlTuningTaskSqlExecutionPlanStep]