Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle 1Z0-084 Exam - Topic 11 Question 44 Discussion

Actual exam question for Oracle's 1Z0-084 exam
Question #: 44
Topic #: 11
[All 1Z0-084 Questions]

A database supporting a mixed workload is hosted on a server with 64 CPUs.

A large number of free buffer waits and buffer busy waits occur affecting performance.

The buffer cache size was then increased but after a few hours, the same wait events occur more often than before the change.

Examine these parameter settings:

Which two actions can help reduce the number of these waits7

Show Suggested Answer Hide Answer
Suggested Answer: C, D

Given a server with 64 CPUs, if the buffer cache size increase did not alleviate free buffer waits and buffer busy waits, one can look into optimizing I/O and the efficiency of the DB writer processes.

C) Setting the DBWR_IO_SLAVES parameter to a non-zero value, such as the number of CPUs, would initiate I/O slave processes to assist the DB writer process. This can help reduce I/O contention when writing from the buffer cache to disk, particularly for systems without asynchronous I/O capabilities.

D) Increasing the value of DBWRITERPROCESSES enables multiple DB writer processes to be active simultaneously. In a system with many CPUs, such as 64, increasing this value can improve the write throughput to disk and potentially reduce buffer busy waits.


Oracle Database Reference, 19c

Oracle Database Performance Tuning Guide, 19c

Contribute your Thoughts:

0/2000 characters
Lai
4 hours ago
I practiced a similar question where increasing MEMORYTARGET helped with performance, but I wonder if it’s the right move here since the buffer cache was already increased.
upvoted 0 times
...
Krissy
5 days ago
I think setting dbwr_io_slaves to 64 could help since we have 64 CPUs, but I’m not completely confident about how that interacts with the buffer waits.
upvoted 0 times
...
Dalene
10 days ago
I remember that increasing DB_FILE_MULTIBLOCK_READ_COUNT can help with read performance, but I'm not sure if 128 is too high for this workload.
upvoted 0 times
...

Save Cancel