exam questions

Exam 1z0-054 All Questions

View all questions & answers for the 1z0-054 exam

Exam 1z0-054 topic 1 question 54 discussion

Actual exam question from Oracle's 1z0-054
Question #: 54
Topic #: 1
[All 1z0-054 Questions]

Examine the query output shown below:
SQL> SELECT sum(pins), sum(reloads), sum(reloads)/sum(pins)
FROM v$librarycache;
SUM(PINS) SUM(RELOADS) SUM(RELOADS)/SUM(PINS)
---------- ------------ ----------------------
16479 16000 0.9709327
Which statement describes the correct interpretation of the reloads-to-pin ratio and the action to be taken?

  • A. This ratio is reasonable. However, decrease the shared pool size for better performance.
  • B. This ratio is very high and the shared pool size should be increased immediately to reduce this ratio.
  • C. This ratio is reasonable. However, this needs monitoring. Increase the shared pool size only if the ratio crosses 1.
  • D. This ratio is reasonable. However, this needs monitoring. Increase the shared pool size only if the ratio falls below 0.1.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...