nerdexam
Oracle

1Z0-064 · Question #23

You are administering a database that supports an OLTP workload. The CURSOR_SHARING parameter is set to EXACT for the instance. The performance of queries issued by one of the modules has degraded…

The correct answer is B. Bind variables are not used for similar queries, causing hard parses. E. The CURSOR_SHARING parameter is set to EXACT, which does not allow similar queries to. See the full explanation below for the reasoning.

Question

You are administering a database that supports an OLTP workload. The CURSOR_SHARING parameter is set to EXACT for the instance. The performance of queries issued by one of the modules has degraded. The queries executed by the module are almost identical in syntax. To investigate, you analyze the latest AWR report and find a large number of latch:

shared pool wait events and also a high percentage of the hard parse elapsed time. Which two can be reasons for this? (Choose two.)

Options

  • AThe I/O performance is slow.
  • BBind variables are not used for similar queries, causing hard parses.
  • CRepeated access to a small number of blocks.
  • DExcessive time is spent on finding cached cursors in the library cache.
  • EThe CURSOR_SHARING parameter is set to EXACT, which does not allow similar queries to

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    76% (19)
  • C
    16% (4)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-064 Practice