What are two possible reasons for the optimizer to use full table scans instead of index unique scans and index range scans?

Examine the utilization parameters for an instance:


You notice that despite having an index on the column used in the where clause, queries use full table scans with highly selective filters.
What are two possible reasons for the optimizer to use full table scans instead of index unique scans and index range scans?
A. The OPTIMIZER_MODE parameter is set to ALL_ROWS.
B. The clustering factor for the indexes is high.
C. The number of leaf blocks for the indexes is high.
D. The OPTIMIZER_INDEX_COST_ADJ initialization parameter is set to 100.
E. The blocks fetched by the query are greater than the value specified by the DB_FILE_MULTIBLOCK_READ_COUNT parameter.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.