Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section includes the following topics:

Anchor
AbouttheWhatIftab
AbouttheWhatIftab
About the What-If tab

The What-If tab lets you simulate the effect of creating, modifying, or dropping a B*Tree or bitmap index on the performance of all statements that Precise for Oracle has collected in the selected context, without physically making the change.

...

See “About the Current tab” on page 51, “About the Activity tab” on page 61, and “About the SQL tab” on page 131.

Anchor
HowtheWhatIftabisstructured
HowtheWhatIftabisstructured
How the What-If tab is structured

The What-If tab is slightly different in appearance from other tabs. It is divided into the following areas: Main area, Summary area, and Grid area.

...

ColumnDescription
Lets you launch to the SQL tab on the plan tab, if the statement was not evaluated, or the SQL tab on Compare tab, to compare the explain plan for this version of the statement with the original. See “About launching to SQL tab in context” on page 161.
TextPortion of the SQL text.
In OracleResource consumption of the impacted statement during the selected time frame. The format is: hh:mm:ss. Use this column to assess the heavy resource consuming statements that are either positively or negatively impacted.
CostCurrent estimated cost of the Oracle Optimizer, as taken from the latest explain plan.
Predicted CostPredicted cost of the Oracle Optimizer for the new plan.
Gain (%)The amount in gain in percentage when performing the suggested index change.
ExecutionsNumber of times the statement was executed during the selected time frame.
StatementName of the impacted statement.
Statement IDThe ID of the statement.
statement-usernameThe user name which executed the statement.
statement-explain-typeDisplay the explain type used for the recommendations.
CommentPrecise for Oracle may include its own comment on the simulated change, or why, for example, costs are not available.
Affected TransactionThe number of transactions for the specific statement that are affected by the index change.

Anchor
HowtheWhatIftabcanhelpyouidentifyperformanceenhancements
HowtheWhatIftabcanhelpyouidentifyperformanceenhancements
How the What-If tab can help you identify performance enhancements

You can identify a performance problem by doing one or more of the following:

...