nerdexam
Oracle

1Z0-054 · Question #113

You are working as a DBA on an online transaction processing (OLTP) system. This OLTP systems runs on a machine with a single CPU, on which applications primarily perform small random I/Os where…

The correct answer is A. Stripe data across multiple disks. See the full explanation below for the reasoning.

Question

You are working as a DBA on an online transaction processing (OLTP) system. This OLTP systems runs on a machine with a single CPU, on which applications primarily perform small random I/Os where each foreground process reads a data block into the buffer cache for updates and the changed blocks are written in batches by the DBWR process. You noticed the increase in I/O requests queued up against a disk, and an increase in the wait time in queue. What would you recommend to improve the latency of I/O requests?

Options

  • AStripe data across multiple disks.
  • BIncrease the size of buffer cache.
  • CDecrease the value of the DBWR_IO_SLAVES parameter.
  • DIncrease the value of the DB_WRITER_PROCESSES parameter.

How the community answered

(45 responses)
  • A
    78% (35)
  • B
    13% (6)
  • C
    2% (1)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-054 Practice