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
Is sql a database?
How to do replication of firebird databases?
What is a degree of relation?
Explain the different types of database keys?
Can we linked SharePoint to a SQL databasebe?
Mention how deadlock can be resolved?
What is database Configuration assistant ?
What are the properties of a database?
What is meant by system analysis?
For each user who needs access, the DBA creates an account in which database?
What is a hierarchical database?
Explain 3nf?
What do you understand by join?
Explain the different types of constraints in dbms?
What do you mean by entity type extension?