nerdexam
Oracle

1Z0-054 · Question #130

1Z0-054 Question #130: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-054 to reveal the answer and full explanation for question #130. The question stem and answer options stay visible for context.

Question

In an online transaction processing (OLTP) system, which is configured in shared server mode, you execute the following query to examine the sort performance: SQL> SELECT d.value "Disk", m.value "Mem", (d.value/m.value)*100 "Ratio" FROM v$sysstat m, v$sysstat d WHERE m.name='sorts (memory)' and d.name='sorts (disk)'; Disk Mem Ratio ---------- ---------- --------- 23 206 11.165049 What action would you take after observing the output?

Options

  • Aincrease the value of SORT_AREA_SIZE
  • Bincrease the size of the temporary tablespace
  • Cincrease the value of PGA_AGGREGATE_TARGET
  • Dno action required because the ratio is perfect for an OLTP system

Unlock 1Z0-054 to see the answer

You've previewed enough free 1Z0-054 questions. Unlock 1Z0-054 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 1Z0-054 Practice
In an online transaction processing (OLTP) system, which is... | 1Z0-054 Q#130 Answer | NerdExam