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

Is sql a database?

709


How to do replication of firebird databases?

712


What is a degree of relation?

752


Explain the different types of database keys?

763


Can we linked SharePoint to a SQL databasebe?

823


Mention how deadlock can be resolved?

769


What is database Configuration assistant ?

857


What are the properties of a database?

741


What is meant by system analysis?

787


For each user who needs access, the DBA creates an account in which database?

894


What is a hierarchical database?

746


Explain 3nf?

729


What do you understand by join?

736


Explain the different types of constraints in dbms?

744


What do you mean by entity type extension?

783