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 use of FULL option in EXP command ?

1 Answers  


Explain top-n analysis in DBMS.

1 Answers   ITC Indian Tobacco Company,


Tell us about some Dot operator queries?

1 Answers   Atos Origin,


Are Constraints exported through Export command?

1 Answers  


Is sql a rdbms?

1 Answers  


How to open the database in exclusive mode?

1 Answers  


How do you rename a database?

1 Answers  


What is the use of GRANT option in EXP command ?

1 Answers  


What is the full meaning of dbms?

1 Answers  


How easy is netlib to use?

1 Answers  


Explain the difference between primary and foreign key?

1 Answers  


please explain Nomalization in dbms?

5 Answers  


Categories