Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

You're getting high "busy buffer waits" - how can you find
what's causing it?

Answer Posted / braj123

1.By using statspack report find buffer busy wait events.

2.>select * from V$system_event where event like '%wait%';

3.>select * from v$waitstat;

Solutions:
* Identify and eliminate hot blocks from the application
via changing the PCTFREE and PCTUSED values to reduce the
number of rows per data block.
* Each instance has its own freelist groups.
* Increase the number of rollback segments.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain materialized views and how they are used.

2496


If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA

1076


i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?

2123


What are the steps you will take to improve performance of a poor performing query?

2897


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

2036


Query processing is slow(eg select query)how will u solve that

8037


Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

2216


What is replication? : sql server DBA

1229


What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA

1180


Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.

2346


How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?

2553


What the different topologies in which replication can be configured? : sql server DBA

1317


what functionality does oracle provide to secure sensitive information?

1049


What are the different types of indexes available in sql server? : sql server DBA

1261


internal architecture

2250