Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DatabaseManagement.getManagedDatabaseSqlPlanBaselines
Explore with Pulumi AI
This data source provides the list of Managed Database Sql Plan Baselines in Oracle Cloud Infrastructure Database Management service.
Lists the SQL plan baselines for the specified Managed Database.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
variables:
  testManagedDatabaseSqlPlanBaselines:
    fn::invoke:
      function: oci:DatabaseManagement:getManagedDatabaseSqlPlanBaselines
      arguments:
        managedDatabaseId: ${testManagedDatabase.id}
        isAccepted: ${managedDatabaseSqlPlanBaselineIsAccepted}
        isAdaptive: ${managedDatabaseSqlPlanBaselineIsAdaptive}
        isAutoPurged: ${managedDatabaseSqlPlanBaselineIsAutoPurged}
        isEnabled: ${managedDatabaseSqlPlanBaselineIsEnabled}
        isFixed: ${managedDatabaseSqlPlanBaselineIsFixed}
        isNeverExecuted: ${managedDatabaseSqlPlanBaselineIsNeverExecuted}
        isReproduced: ${managedDatabaseSqlPlanBaselineIsReproduced}
        opcNamedCredentialId: ${managedDatabaseSqlPlanBaselineOpcNamedCredentialId}
        origin: ${managedDatabaseSqlPlanBaselineOrigin}
        planName: ${managedDatabaseSqlPlanBaselinePlanName}
        sqlHandle: ${managedDatabaseSqlPlanBaselineSqlHandle}
        sqlText: ${managedDatabaseSqlPlanBaselineSqlText}
        timeLastExecutedGreaterThan: ${managedDatabaseSqlPlanBaselineTimeLastExecutedGreaterThan}
        timeLastExecutedLessThan: ${managedDatabaseSqlPlanBaselineTimeLastExecutedLessThan}
Using getManagedDatabaseSqlPlanBaselines
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagedDatabaseSqlPlanBaselines(args: GetManagedDatabaseSqlPlanBaselinesArgs, opts?: InvokeOptions): Promise<GetManagedDatabaseSqlPlanBaselinesResult>
function getManagedDatabaseSqlPlanBaselinesOutput(args: GetManagedDatabaseSqlPlanBaselinesOutputArgs, opts?: InvokeOptions): Output<GetManagedDatabaseSqlPlanBaselinesResult>def get_managed_database_sql_plan_baselines(filters: Optional[Sequence[GetManagedDatabaseSqlPlanBaselinesFilter]] = None,
                                            is_accepted: Optional[bool] = None,
                                            is_adaptive: Optional[bool] = None,
                                            is_auto_purged: Optional[bool] = None,
                                            is_enabled: Optional[bool] = None,
                                            is_fixed: Optional[bool] = None,
                                            is_never_executed: Optional[bool] = None,
                                            is_reproduced: Optional[bool] = None,
                                            limit: Optional[int] = None,
                                            managed_database_id: Optional[str] = None,
                                            opc_named_credential_id: Optional[str] = None,
                                            origin: Optional[str] = None,
                                            plan_name: Optional[str] = None,
                                            sql_handle: Optional[str] = None,
                                            sql_text: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetManagedDatabaseSqlPlanBaselinesResult
def get_managed_database_sql_plan_baselines_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagedDatabaseSqlPlanBaselinesFilterArgs]]]] = None,
                                            is_accepted: Optional[pulumi.Input[bool]] = None,
                                            is_adaptive: Optional[pulumi.Input[bool]] = None,
                                            is_auto_purged: Optional[pulumi.Input[bool]] = None,
                                            is_enabled: Optional[pulumi.Input[bool]] = None,
                                            is_fixed: Optional[pulumi.Input[bool]] = None,
                                            is_never_executed: Optional[pulumi.Input[bool]] = None,
                                            is_reproduced: Optional[pulumi.Input[bool]] = None,
                                            limit: Optional[pulumi.Input[int]] = None,
                                            managed_database_id: Optional[pulumi.Input[str]] = None,
                                            opc_named_credential_id: Optional[pulumi.Input[str]] = None,
                                            origin: Optional[pulumi.Input[str]] = None,
                                            plan_name: Optional[pulumi.Input[str]] = None,
                                            sql_handle: Optional[pulumi.Input[str]] = None,
                                            sql_text: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetManagedDatabaseSqlPlanBaselinesResult]func GetManagedDatabaseSqlPlanBaselines(ctx *Context, args *GetManagedDatabaseSqlPlanBaselinesArgs, opts ...InvokeOption) (*GetManagedDatabaseSqlPlanBaselinesResult, error)
func GetManagedDatabaseSqlPlanBaselinesOutput(ctx *Context, args *GetManagedDatabaseSqlPlanBaselinesOutputArgs, opts ...InvokeOption) GetManagedDatabaseSqlPlanBaselinesResultOutput> Note: This function is named GetManagedDatabaseSqlPlanBaselines in the Go SDK.
public static class GetManagedDatabaseSqlPlanBaselines 
{
    public static Task<GetManagedDatabaseSqlPlanBaselinesResult> InvokeAsync(GetManagedDatabaseSqlPlanBaselinesArgs args, InvokeOptions? opts = null)
    public static Output<GetManagedDatabaseSqlPlanBaselinesResult> Invoke(GetManagedDatabaseSqlPlanBaselinesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedDatabaseSqlPlanBaselinesResult> getManagedDatabaseSqlPlanBaselines(GetManagedDatabaseSqlPlanBaselinesArgs args, InvokeOptions options)
public static Output<GetManagedDatabaseSqlPlanBaselinesResult> getManagedDatabaseSqlPlanBaselines(GetManagedDatabaseSqlPlanBaselinesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseManagement/getManagedDatabaseSqlPlanBaselines:getManagedDatabaseSqlPlanBaselines
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ManagedDatabase stringId 
- The OCID of the Managed Database.
- Filters
List<GetManaged Database Sql Plan Baselines Filter> 
- IsAccepted bool
- A filter to return only SQL plan baselines that are either accepted or not accepted. By default, all SQL plan baselines are returned.
- IsAdaptive bool
- A filter to return only SQL plan baselines that are either adaptive or not adaptive. By default, all SQL plan baselines are returned.
- IsAuto boolPurged 
- A filter to return only SQL plan baselines that are either auto-purged or not auto-purged. By default, all SQL plan baselines are returned.
- IsEnabled bool
- A filter to return only SQL plan baselines that are either enabled or not enabled. By default, all SQL plan baselines are returned.
- IsFixed bool
- A filter to return only SQL plan baselines that are either fixed or not fixed. By default, all SQL plan baselines are returned.
- IsNever boolExecuted 
- A filter to return only SQL plan baselines that are not executed till now. By default, all SQL plan baselines are returned.
- IsReproduced bool
- A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer. By default, all SQL plan baselines are returned.
- Limit int
- OpcNamed stringCredential Id 
- The OCID of the Named Credential.
- Origin string
- A filter to return all the SQL plan baselines that match the origin.
- PlanName string
- A filter to return only SQL plan baselines that match the plan name.
- SqlHandle string
- A filter to return all the SQL plan baselines for the specified SQL handle.
- SqlText string
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- ManagedDatabase stringId 
- The OCID of the Managed Database.
- Filters
[]GetManaged Database Sql Plan Baselines Filter 
- IsAccepted bool
- A filter to return only SQL plan baselines that are either accepted or not accepted. By default, all SQL plan baselines are returned.
- IsAdaptive bool
- A filter to return only SQL plan baselines that are either adaptive or not adaptive. By default, all SQL plan baselines are returned.
- IsAuto boolPurged 
- A filter to return only SQL plan baselines that are either auto-purged or not auto-purged. By default, all SQL plan baselines are returned.
- IsEnabled bool
- A filter to return only SQL plan baselines that are either enabled or not enabled. By default, all SQL plan baselines are returned.
- IsFixed bool
- A filter to return only SQL plan baselines that are either fixed or not fixed. By default, all SQL plan baselines are returned.
- IsNever boolExecuted 
- A filter to return only SQL plan baselines that are not executed till now. By default, all SQL plan baselines are returned.
- IsReproduced bool
- A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer. By default, all SQL plan baselines are returned.
- Limit int
- OpcNamed stringCredential Id 
- The OCID of the Named Credential.
- Origin string
- A filter to return all the SQL plan baselines that match the origin.
- PlanName string
- A filter to return only SQL plan baselines that match the plan name.
- SqlHandle string
- A filter to return all the SQL plan baselines for the specified SQL handle.
- SqlText string
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- managedDatabase StringId 
- The OCID of the Managed Database.
- filters
List<GetManaged Database Sql Plan Baselines Filter> 
- isAccepted Boolean
- A filter to return only SQL plan baselines that are either accepted or not accepted. By default, all SQL plan baselines are returned.
- isAdaptive Boolean
- A filter to return only SQL plan baselines that are either adaptive or not adaptive. By default, all SQL plan baselines are returned.
- isAuto BooleanPurged 
- A filter to return only SQL plan baselines that are either auto-purged or not auto-purged. By default, all SQL plan baselines are returned.
- isEnabled Boolean
- A filter to return only SQL plan baselines that are either enabled or not enabled. By default, all SQL plan baselines are returned.
- isFixed Boolean
- A filter to return only SQL plan baselines that are either fixed or not fixed. By default, all SQL plan baselines are returned.
- isNever BooleanExecuted 
- A filter to return only SQL plan baselines that are not executed till now. By default, all SQL plan baselines are returned.
- isReproduced Boolean
- A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer. By default, all SQL plan baselines are returned.
- limit Integer
- opcNamed StringCredential Id 
- The OCID of the Named Credential.
- origin String
- A filter to return all the SQL plan baselines that match the origin.
- planName String
- A filter to return only SQL plan baselines that match the plan name.
- sqlHandle String
- A filter to return all the SQL plan baselines for the specified SQL handle.
- sqlText String
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- managedDatabase stringId 
- The OCID of the Managed Database.
- filters
GetManaged Database Sql Plan Baselines Filter[] 
- isAccepted boolean
- A filter to return only SQL plan baselines that are either accepted or not accepted. By default, all SQL plan baselines are returned.
- isAdaptive boolean
- A filter to return only SQL plan baselines that are either adaptive or not adaptive. By default, all SQL plan baselines are returned.
- isAuto booleanPurged 
- A filter to return only SQL plan baselines that are either auto-purged or not auto-purged. By default, all SQL plan baselines are returned.
- isEnabled boolean
- A filter to return only SQL plan baselines that are either enabled or not enabled. By default, all SQL plan baselines are returned.
- isFixed boolean
- A filter to return only SQL plan baselines that are either fixed or not fixed. By default, all SQL plan baselines are returned.
- isNever booleanExecuted 
- A filter to return only SQL plan baselines that are not executed till now. By default, all SQL plan baselines are returned.
- isReproduced boolean
- A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer. By default, all SQL plan baselines are returned.
- limit number
- opcNamed stringCredential Id 
- The OCID of the Named Credential.
- origin string
- A filter to return all the SQL plan baselines that match the origin.
- planName string
- A filter to return only SQL plan baselines that match the plan name.
- sqlHandle string
- A filter to return all the SQL plan baselines for the specified SQL handle.
- sqlText string
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- managed_database_ strid 
- The OCID of the Managed Database.
- filters
Sequence[GetManaged Database Sql Plan Baselines Filter] 
- is_accepted bool
- A filter to return only SQL plan baselines that are either accepted or not accepted. By default, all SQL plan baselines are returned.
- is_adaptive bool
- A filter to return only SQL plan baselines that are either adaptive or not adaptive. By default, all SQL plan baselines are returned.
- is_auto_ boolpurged 
- A filter to return only SQL plan baselines that are either auto-purged or not auto-purged. By default, all SQL plan baselines are returned.
- is_enabled bool
- A filter to return only SQL plan baselines that are either enabled or not enabled. By default, all SQL plan baselines are returned.
- is_fixed bool
- A filter to return only SQL plan baselines that are either fixed or not fixed. By default, all SQL plan baselines are returned.
- is_never_ boolexecuted 
- A filter to return only SQL plan baselines that are not executed till now. By default, all SQL plan baselines are returned.
- is_reproduced bool
- A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer. By default, all SQL plan baselines are returned.
- limit int
- opc_named_ strcredential_ id 
- The OCID of the Named Credential.
- origin str
- A filter to return all the SQL plan baselines that match the origin.
- plan_name str
- A filter to return only SQL plan baselines that match the plan name.
- sql_handle str
- A filter to return all the SQL plan baselines for the specified SQL handle.
- sql_text str
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- managedDatabase StringId 
- The OCID of the Managed Database.
- filters List<Property Map>
- isAccepted Boolean
- A filter to return only SQL plan baselines that are either accepted or not accepted. By default, all SQL plan baselines are returned.
- isAdaptive Boolean
- A filter to return only SQL plan baselines that are either adaptive or not adaptive. By default, all SQL plan baselines are returned.
- isAuto BooleanPurged 
- A filter to return only SQL plan baselines that are either auto-purged or not auto-purged. By default, all SQL plan baselines are returned.
- isEnabled Boolean
- A filter to return only SQL plan baselines that are either enabled or not enabled. By default, all SQL plan baselines are returned.
- isFixed Boolean
- A filter to return only SQL plan baselines that are either fixed or not fixed. By default, all SQL plan baselines are returned.
- isNever BooleanExecuted 
- A filter to return only SQL plan baselines that are not executed till now. By default, all SQL plan baselines are returned.
- isReproduced Boolean
- A filter to return only SQL plan baselines that were either reproduced or not reproduced by the optimizer. By default, all SQL plan baselines are returned.
- limit Number
- opcNamed StringCredential Id 
- The OCID of the Named Credential.
- origin String
- A filter to return all the SQL plan baselines that match the origin.
- planName String
- A filter to return only SQL plan baselines that match the plan name.
- sqlHandle String
- A filter to return all the SQL plan baselines for the specified SQL handle.
- sqlText String
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
getManagedDatabaseSqlPlanBaselines Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- ManagedDatabase stringId 
- SqlPlan List<GetBaseline Collections Managed Database Sql Plan Baselines Sql Plan Baseline Collection> 
- The list of sql_plan_baseline_collection.
- Filters
List<GetManaged Database Sql Plan Baselines Filter> 
- IsAccepted bool
- IsAdaptive bool
- IsAuto boolPurged 
- IsEnabled bool
- IsFixed bool
- IsNever boolExecuted 
- IsReproduced bool
- Limit int
- OpcNamed stringCredential Id 
- Origin string
- The origin of the SQL plan baseline.
- PlanName string
- The unique plan identifier.
- SqlHandle string
- The unique SQL identifier.
- SqlText string
- The SQL text.
- Id string
- The provider-assigned unique ID for this managed resource.
- ManagedDatabase stringId 
- SqlPlan []GetBaseline Collections Managed Database Sql Plan Baselines Sql Plan Baseline Collection 
- The list of sql_plan_baseline_collection.
- Filters
[]GetManaged Database Sql Plan Baselines Filter 
- IsAccepted bool
- IsAdaptive bool
- IsAuto boolPurged 
- IsEnabled bool
- IsFixed bool
- IsNever boolExecuted 
- IsReproduced bool
- Limit int
- OpcNamed stringCredential Id 
- Origin string
- The origin of the SQL plan baseline.
- PlanName string
- The unique plan identifier.
- SqlHandle string
- The unique SQL identifier.
- SqlText string
- The SQL text.
- id String
- The provider-assigned unique ID for this managed resource.
- managedDatabase StringId 
- sqlPlan List<GetBaseline Collections Managed Database Sql Plan Baselines Sql Plan Baseline Collection> 
- The list of sql_plan_baseline_collection.
- filters
List<GetManaged Database Sql Plan Baselines Filter> 
- isAccepted Boolean
- isAdaptive Boolean
- isAuto BooleanPurged 
- isEnabled Boolean
- isFixed Boolean
- isNever BooleanExecuted 
- isReproduced Boolean
- limit Integer
- opcNamed StringCredential Id 
- origin String
- The origin of the SQL plan baseline.
- planName String
- The unique plan identifier.
- sqlHandle String
- The unique SQL identifier.
- sqlText String
- The SQL text.
- id string
- The provider-assigned unique ID for this managed resource.
- managedDatabase stringId 
- sqlPlan GetBaseline Collections Managed Database Sql Plan Baselines Sql Plan Baseline Collection[] 
- The list of sql_plan_baseline_collection.
- filters
GetManaged Database Sql Plan Baselines Filter[] 
- isAccepted boolean
- isAdaptive boolean
- isAuto booleanPurged 
- isEnabled boolean
- isFixed boolean
- isNever booleanExecuted 
- isReproduced boolean
- limit number
- opcNamed stringCredential Id 
- origin string
- The origin of the SQL plan baseline.
- planName string
- The unique plan identifier.
- sqlHandle string
- The unique SQL identifier.
- sqlText string
- The SQL text.
- id str
- The provider-assigned unique ID for this managed resource.
- managed_database_ strid 
- sql_plan_ Sequence[Getbaseline_ collections Managed Database Sql Plan Baselines Sql Plan Baseline Collection] 
- The list of sql_plan_baseline_collection.
- filters
Sequence[GetManaged Database Sql Plan Baselines Filter] 
- is_accepted bool
- is_adaptive bool
- is_auto_ boolpurged 
- is_enabled bool
- is_fixed bool
- is_never_ boolexecuted 
- is_reproduced bool
- limit int
- opc_named_ strcredential_ id 
- origin str
- The origin of the SQL plan baseline.
- plan_name str
- The unique plan identifier.
- sql_handle str
- The unique SQL identifier.
- sql_text str
- The SQL text.
- id String
- The provider-assigned unique ID for this managed resource.
- managedDatabase StringId 
- sqlPlan List<Property Map>Baseline Collections 
- The list of sql_plan_baseline_collection.
- filters List<Property Map>
- isAccepted Boolean
- isAdaptive Boolean
- isAuto BooleanPurged 
- isEnabled Boolean
- isFixed Boolean
- isNever BooleanExecuted 
- isReproduced Boolean
- limit Number
- opcNamed StringCredential Id 
- origin String
- The origin of the SQL plan baseline.
- planName String
- The unique plan identifier.
- sqlHandle String
- The unique SQL identifier.
- sqlText String
- The SQL text.
Supporting Types
GetManagedDatabaseSqlPlanBaselinesFilter      
GetManagedDatabaseSqlPlanBaselinesSqlPlanBaselineCollection         
GetManagedDatabaseSqlPlanBaselinesSqlPlanBaselineCollectionItem          
- Accepted string
- Indicates whether the plan baseline is accepted (YES) or not (NO).
- Action string
- The application action.
- Adaptive string
- Indicates whether a plan that is automatically captured by SQL plan management is marked adaptive or not.
- AutoPurge string
- Indicates whether the plan baseline is auto-purged (YES) or not (NO).
- Enabled string
- Indicates whether the plan baseline is enabled (YES) or disabled (NO).
- ExecutionPlan string
- The execution plan for the SQL statement.
- Fixed string
- Indicates whether the plan baseline is fixed (YES) or not (NO).
- Module string
- The application module name.
- Origin string
- A filter to return all the SQL plan baselines that match the origin.
- PlanName string
- A filter to return only SQL plan baselines that match the plan name.
- Reproduced string
- Indicates whether the optimizer was able to reproduce the plan (YES) or not (NO). The value is set toYESwhen a plan is initially added to the plan baseline.
- SqlHandle string
- A filter to return all the SQL plan baselines for the specified SQL handle.
- SqlText string
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- TimeCreated string
- The date and time when the plan baseline was created.
- TimeLast stringExecuted 
- The date and time when the plan baseline was last executed.
- TimeLast stringModified 
- The date and time when the plan baseline was last modified.
- Accepted string
- Indicates whether the plan baseline is accepted (YES) or not (NO).
- Action string
- The application action.
- Adaptive string
- Indicates whether a plan that is automatically captured by SQL plan management is marked adaptive or not.
- AutoPurge string
- Indicates whether the plan baseline is auto-purged (YES) or not (NO).
- Enabled string
- Indicates whether the plan baseline is enabled (YES) or disabled (NO).
- ExecutionPlan string
- The execution plan for the SQL statement.
- Fixed string
- Indicates whether the plan baseline is fixed (YES) or not (NO).
- Module string
- The application module name.
- Origin string
- A filter to return all the SQL plan baselines that match the origin.
- PlanName string
- A filter to return only SQL plan baselines that match the plan name.
- Reproduced string
- Indicates whether the optimizer was able to reproduce the plan (YES) or not (NO). The value is set toYESwhen a plan is initially added to the plan baseline.
- SqlHandle string
- A filter to return all the SQL plan baselines for the specified SQL handle.
- SqlText string
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- TimeCreated string
- The date and time when the plan baseline was created.
- TimeLast stringExecuted 
- The date and time when the plan baseline was last executed.
- TimeLast stringModified 
- The date and time when the plan baseline was last modified.
- accepted String
- Indicates whether the plan baseline is accepted (YES) or not (NO).
- action String
- The application action.
- adaptive String
- Indicates whether a plan that is automatically captured by SQL plan management is marked adaptive or not.
- autoPurge String
- Indicates whether the plan baseline is auto-purged (YES) or not (NO).
- enabled String
- Indicates whether the plan baseline is enabled (YES) or disabled (NO).
- executionPlan String
- The execution plan for the SQL statement.
- fixed String
- Indicates whether the plan baseline is fixed (YES) or not (NO).
- module String
- The application module name.
- origin String
- A filter to return all the SQL plan baselines that match the origin.
- planName String
- A filter to return only SQL plan baselines that match the plan name.
- reproduced String
- Indicates whether the optimizer was able to reproduce the plan (YES) or not (NO). The value is set toYESwhen a plan is initially added to the plan baseline.
- sqlHandle String
- A filter to return all the SQL plan baselines for the specified SQL handle.
- sqlText String
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- timeCreated String
- The date and time when the plan baseline was created.
- timeLast StringExecuted 
- The date and time when the plan baseline was last executed.
- timeLast StringModified 
- The date and time when the plan baseline was last modified.
- accepted string
- Indicates whether the plan baseline is accepted (YES) or not (NO).
- action string
- The application action.
- adaptive string
- Indicates whether a plan that is automatically captured by SQL plan management is marked adaptive or not.
- autoPurge string
- Indicates whether the plan baseline is auto-purged (YES) or not (NO).
- enabled string
- Indicates whether the plan baseline is enabled (YES) or disabled (NO).
- executionPlan string
- The execution plan for the SQL statement.
- fixed string
- Indicates whether the plan baseline is fixed (YES) or not (NO).
- module string
- The application module name.
- origin string
- A filter to return all the SQL plan baselines that match the origin.
- planName string
- A filter to return only SQL plan baselines that match the plan name.
- reproduced string
- Indicates whether the optimizer was able to reproduce the plan (YES) or not (NO). The value is set toYESwhen a plan is initially added to the plan baseline.
- sqlHandle string
- A filter to return all the SQL plan baselines for the specified SQL handle.
- sqlText string
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- timeCreated string
- The date and time when the plan baseline was created.
- timeLast stringExecuted 
- The date and time when the plan baseline was last executed.
- timeLast stringModified 
- The date and time when the plan baseline was last modified.
- accepted str
- Indicates whether the plan baseline is accepted (YES) or not (NO).
- action str
- The application action.
- adaptive str
- Indicates whether a plan that is automatically captured by SQL plan management is marked adaptive or not.
- auto_purge str
- Indicates whether the plan baseline is auto-purged (YES) or not (NO).
- enabled str
- Indicates whether the plan baseline is enabled (YES) or disabled (NO).
- execution_plan str
- The execution plan for the SQL statement.
- fixed str
- Indicates whether the plan baseline is fixed (YES) or not (NO).
- module str
- The application module name.
- origin str
- A filter to return all the SQL plan baselines that match the origin.
- plan_name str
- A filter to return only SQL plan baselines that match the plan name.
- reproduced str
- Indicates whether the optimizer was able to reproduce the plan (YES) or not (NO). The value is set toYESwhen a plan is initially added to the plan baseline.
- sql_handle str
- A filter to return all the SQL plan baselines for the specified SQL handle.
- sql_text str
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- time_created str
- The date and time when the plan baseline was created.
- time_last_ strexecuted 
- The date and time when the plan baseline was last executed.
- time_last_ strmodified 
- The date and time when the plan baseline was last modified.
- accepted String
- Indicates whether the plan baseline is accepted (YES) or not (NO).
- action String
- The application action.
- adaptive String
- Indicates whether a plan that is automatically captured by SQL plan management is marked adaptive or not.
- autoPurge String
- Indicates whether the plan baseline is auto-purged (YES) or not (NO).
- enabled String
- Indicates whether the plan baseline is enabled (YES) or disabled (NO).
- executionPlan String
- The execution plan for the SQL statement.
- fixed String
- Indicates whether the plan baseline is fixed (YES) or not (NO).
- module String
- The application module name.
- origin String
- A filter to return all the SQL plan baselines that match the origin.
- planName String
- A filter to return only SQL plan baselines that match the plan name.
- reproduced String
- Indicates whether the optimizer was able to reproduce the plan (YES) or not (NO). The value is set toYESwhen a plan is initially added to the plan baseline.
- sqlHandle String
- A filter to return all the SQL plan baselines for the specified SQL handle.
- sqlText String
- A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
- timeCreated String
- The date and time when the plan baseline was created.
- timeLast StringExecuted 
- The date and time when the plan baseline was last executed.
- timeLast StringModified 
- The date and time when the plan baseline was last modified.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.