How can we tune if buffer busy wait issue comes in oracle?

Answer Posted / kd

buffer busy wait indicates that there are some buffers in
the buffer cache that multiple processes are attempting to
access concurrently.

General goal is to reduce total I/IO on the system by:
DBWR contention tuning.
Implementing ASSM.
Adding freelists to table and index.
Tuning sql to access rows with fewer blocks reads by adding
indexes.
select * from v$waitstat

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain the term ‘attribute’?

527


Which database is used by google?

471


Describe the difference between homogeneous and heterogeneous distributed database.

510


What is an entity-relationship model?

501


Why is the use of dbms recommended? Explain by listing some of its major advantages.

1241






What is the difference between star flake and snow flake schema?

467


Which free database is best?

453


What's the difference between delete and truncate ?

477


What is meant by database system?

498


Explain what is a deadlock and mention how it can be resolved?

476


Tell us about some Dot operator queries?

670


What is drivermanager getconnection?

611


Mention the differences between the clustered and non-clustered index

498


does pl/sql support “overloading”? Explain

556


How do I create a database in access 2010?

481