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 form used for in a database?

0 Answers  


What is 1nf 2nf 3nf in dbms?

0 Answers  


What are the different types of DBMS architecture?

0 Answers   TCS,


In which format image is stored in database?

0 Answers  


how to restore particular schema from rman full backup?

0 Answers   HCL,






Is it possible to open a cursor which is in a Package in another database?

1 Answers   CTS,


What do you understand by aggregation and atomicity?

0 Answers  


What do you mean by Correlated subquery in database?

0 Answers   B-Ways TecnoSoft,


Can we linked SharePoint to a SQL databasebe?

0 Answers   Sans Pareil IT Services,


What is an entity-relationship model?

0 Answers  


how can we restore RMAN backup from SUN O/S to AIX 5.3? is it possible or not?

1 Answers   Satyam,


What is the database approach?

0 Answers  


Categories