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 |
What is a form used for in a database?
What is 1nf 2nf 3nf in dbms?
What are the different types of DBMS architecture?
In which format image is stored in database?
how to restore particular schema from rman full backup?
Is it possible to open a cursor which is in a Package in another database?
What do you understand by aggregation and atomicity?
What do you mean by Correlated subquery in database?
Can we linked SharePoint to a SQL databasebe?
0 Answers Sans Pareil IT Services,
What is an entity-relationship model?
how can we restore RMAN backup from SUN O/S to AIX 5.3? is it possible or not?
What is the database approach?