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 is a candidate key in a database?

0 Answers  


What is Dedicated server configuration ?

2 Answers  


What is openedge abl in terms of taking the perspective of the developer?

0 Answers  


How do you rename a database?

0 Answers  


What is difference between a DIALOG WINDOW and a DOCUMENT WINDOW ?

2 Answers   HCL,






Enlist the various relationships of database.

0 Answers  


what is the difference between two and three-tier architectures?

0 Answers  


What is the role of tables in database?

0 Answers  


Suppose database is running slow, what will you do?

0 Answers  


What are the disadvantages of a query?

0 Answers  


Which database is used by google?

0 Answers  


what is postback trigger?

1 Answers  


Categories