Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlTuningAdvisorTaskFindingSummary

A summary of the findings of the objects in a tuning task that match a given filter. This includes the kind of findings that were reported, whether the benefits were analyzed, and the number of benefits obtained.

Properties

Optional dbTimeBenefit

dbTimeBenefit: undefined | number

The time benefit (in seconds) for the highest-rated finding for this object. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isAlternativePlanFindingPresent

isAlternativePlanFindingPresent: undefined | false | true

Indicates whether an alternative execution plan was reported for this SQL statement.

Optional isErrorFindingPresent

isErrorFindingPresent: undefined | false | true

Indicates whether there is an error in this SQL statement.

Optional isIndexFindingPresent

isIndexFindingPresent: undefined | false | true

Indicates whether an index recommendation was reported for this SQL statement.

Optional isMiscellaneousFindingPresent

isMiscellaneousFindingPresent: undefined | false | true

Indicates whether a miscellaneous finding was reported for this SQL statement.

Optional isRestructureSqlFindingPresent

isRestructureSqlFindingPresent: undefined | false | true

Indicates whether a restructure SQL recommendation was reported for this SQL statement.

Optional isSqlProfileFindingImplemented

isSqlProfileFindingImplemented: undefined | false | true

Indicates whether a SQL Profile recommendation has been implemented for this SQL statement.

Optional isSqlProfileFindingPresent

isSqlProfileFindingPresent: undefined | false | true

Indicates whether a SQL Profile recommendation was reported for this SQL statement.

Optional isStatsFindingPresent

isStatsFindingPresent: undefined | false | true

Indicates whether a statistics recommendation was reported for this SQL statement.

Optional isTimeoutFindingPresent

isTimeoutFindingPresent: undefined | false | true

Indicates whether the task timed out.

parsingSchema

parsingSchema: string

The parsing schema of the object.

Optional perExecutionPercentage

perExecutionPercentage: undefined | number

The per-execution percentage benefit. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

sqlKey

sqlKey: string

The unique key of this SQL statement.

sqlText

sqlText: string

The text of the SQL statement.

sqlTuningAdvisorTaskId

sqlTuningAdvisorTaskId: number

The unique identifier of the SQL Tuning Advisor task. This is not the OCID. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

sqlTuningAdvisorTaskObjectExecutionId

sqlTuningAdvisorTaskObjectExecutionId: number

The execution id of the analyzed SQL object. This is not the OCID. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

sqlTuningAdvisorTaskObjectId

sqlTuningAdvisorTaskObjectId: number

The key of the object to which these recommendations apply. This is not the OCID. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj