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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is db flush?

569


What is the advantage of database management system?

494


Give the cobol definition of a varchar field 177 when can an insert of a new primary key value threaten referential integrity?

593


How does index hunting help in improving query performance?

598


What is a database in a website?

598






What is a candidate key in a database?

520


What is meant by database system?

568


What's the difference between 'union' and 'union all' ?

603


What do you know about DBMS?

632


What are the database skills?

587


Is excel a database?

592


What is cliques? What is vdisk and how it will communicate with physical data storage at the time of data retrieval through amp?

566


How do you create a database?

572


How to retrive a single data from a database

682


What do you understand by unique key?

594