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 the difference between indexes,views,synonyms?

0 Answers   HCL,


What is the use of TABLES option in EXP command ?

1 Answers  


How can you CALL Reports from Forms4.0 ?

1 Answers  


What are the functions of rdbms?

0 Answers  


How to load a file into database column?

0 Answers  






What are the two types of database?

0 Answers  


Who is the founder of database?

0 Answers  


How many types of database languages are?

0 Answers  


Why normalisation is required?

0 Answers  


dear sir please provide what question will be asked in CWE in bank it officer

0 Answers  


what is the diff between dbms and rdbms(what are the 12 rilations in the rdbms).

5 Answers   Satyam,


what are the differences you find when working with oracle 91 and sql server 2005?

1 Answers   Choice Solutions,


Categories