nerdexam
Oracle

1Z0-064 · Question #41

Examine the command to change a parameter value from the default to 50: SQL> ALTER SYSTEM SET OPTIMIZER_INDEX_COST_ADJ = 50; What is the effect of changing the value of the parameter? (Choose the…

The correct answer is A. It influences the optimizer to use full table scans instead of index scans as the estimated cost of. See the full explanation below for the reasoning.

Question

Examine the command to change a parameter value from the default to 50:

SQL> ALTER SYSTEM SET OPTIMIZER_INDEX_COST_ADJ = 50; What is the effect of changing the value of the parameter? (Choose the best answer.)

Options

  • AIt influences the optimizer to use full table scans instead of index scans as the estimated cost of
  • BIt influences the optimizer to use bitmap indexes as the estimated cost of conversion from bitmap
  • CIt influences the optimizer to always use fast full index scans as the estimated cost of using an
  • DIt influences the optimizer to use indexes instead of full table scans as the estimated cost of using

How the community answered

(45 responses)
  • A
    73% (33)
  • B
    7% (3)
  • C
    4% (2)
  • D
    16% (7)

Community Discussion

No community discussion yet for this question.

Full 1Z0-064 Practice