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

How does a database partition work?

676


How many records can a database hold?

717


How to stop superserver service on linux using only firebird tools?

802


Explain relational algebra?

705


What are the features of dbms?

677


What do you understand by cursor?

698


What do you understand by aggregation and atomicity?

690


What is file manager?

692


How to detect applications and users that hold transactions open too long?

678


Plz send me Oracle Pl/Sql [1z0-147] dumps to this mail? sivakumarr1987@gmail.com

1656


What are the different levels of abstraction in the dbms?

678


What are the characteristics of dbms?

682


What is a checkpoint and When does it occur in database?

880


Define the relationship between ‘view’ and ‘data independence’.

849


Define database model.

819