Versions Compared

Key

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

...

 Description
What to do next

Perform one of the following options:

  • Click the Locate icon to focus on the relevant step in the execution plan.
  • Select the finding type to investigate the objects used and their structure in the Objects tab.
  • Select the finding type to investigate step statistics and resource consumption in the Statistics tab.
Advice

To reduce the Range Skip Scan resource consumption consider:

  • Changing column order in the Index for better matching level or adding a new index. Check the global effect of this change by launching to WhatIF tab.

...

 Description
What to do next

Perform one of the following options:

  • Click the Locate icon to focus on the relevant step in the execution plan.
  • Select the finding type to investigate step statistics and resource consumption in the Statistics tab.
AdviceTo avoid a Cartesian Join verify that you have provided the proper Join conditions in the statement's WHERE clause.

...

Several Object tab findings exist to help the user. The Objects tab includes the following findings:■    Heavy

...

...

  • Full Scan Reading Deleted Blocks

...

  • Index Clustering Factor Very High

...

  • Buffer Wait Contention

...

  • Object or Row Lock Contention

...

  • Bottleneck in RAC Wait

...

  • Many Chained Rows

...

  • Statistics Not Updated on Object

...

  • Changes Detected in Object Structure

...

  • Table Grew

...

  • Considerable

...

  • Partition Is Accessed Extensively

...

  • Segment Hit Ratio Very Low

...

  • Extensive Activity on Non-explained Statements

...

  • Extensive Index Range Scan Access

...

  • Extensive Full Index Scan Access

...

  • Extensive Fast Full Index Scan Access

...

  • Extensive Index Skip Scan Access

Heavy Index Overhead

Most of the I/O wait on indexes is due to the fetching of index pages from disk that reflect changes made by INSERT, DELETE, UPDATE, or MERGE statements. The index does not appear in the execution plan.

...