Versions Compared

Key

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

...

  • Statements, J2EE Caller Services, and Web Transactions whose performance improve. The number of statements that are positively impacted.

Anchor
AboutLaunchingtoSQLTabinContext
AboutLaunchingtoSQLTabinContext
About launching to SQL tab in context

Depending upon whether or not a statement was evaluated, you can launch to either the Plan tab or the Compare tab in the SQL tab. The following icons indicate to which tab in the SQL tab a statement will be launched, in context:

...

To add or edit an index change

  1. Click Add or Edit, as required.
  2. In the What-If... dialog box, select an owner and a table.
  3. Select an operation: Index Creation, Index Modifications, or Index Deletion.
  4. If indexes already exist for this table, select the name of the relevant index.
  5. If you want the index to be a bitmap index or a unique index, select the relevant check box.
  6. To add or remove columns to or from the index, use the left and right arrows.
  7. Click OK to update the table in the Main area.

...

  1. To simulate an index change, select the Evaluate check box of check Evaluate in the relevant table rows, and then click Evaluate.
  2. If the number of statements to evaluate exceeds the default setting (100 statements), you will be prompted to do one of the following:
    • Click OK to start the analysis.
    • Click Top Statements to evaluate the top 100 statements experiencing In Oracle activity only.
    • Click Cancel to cancel the operation.
      The simulation takes into account all the changes listed in the Main area. When the simulation is complete, the Summary and Grid areas are populated with data.

...

ColumnDescription
J2EE Caller Service or Web TransactionNames of either the J2EE Caller Services or Web Transactions.
In Oracle

Resource consumption of the impacted J2EE Caller Service or Web Transaction 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.

Gain (%)The amount in gain in percentage when performing the suggested index change.
Statement ExecutionsThe amount of statement executions.
Affected TransactionThe number of transactions for the specific J2EE Caller Service that are affected by the index change (for J2EE Caller Services only).

Table 4 Columns for the Statement table

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

About launching to SQL tab in

context” on page 161

context.

TextPortion of the SQL text.
In Oracle

Resource 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.

...