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



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

Answer / 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

More Database Management Interview Questions

What are the three levels of data abstraction?

0 Answers  


What is package in dbms?

0 Answers  


What is a trigger?

3 Answers  


Mention the differences between the clustered and non-clustered index

0 Answers  


List few restrictions that are imposed while creating views?

0 Answers  






What are different partitioning techniques in database?

0 Answers  


What is implicit cursor in dbms?

0 Answers  


What are the steps in creating a database?

0 Answers  


What is normalization? What are different type of normalization?

0 Answers  


What is the most popular database?

0 Answers  


What is the largest component of a database?

0 Answers  


What database should I learn first?

0 Answers  


Categories