You're getting high "busy buffer waits" - how can you find
what's causing it?
Answer / 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 |
What authentication modes does sql server support? : sql server DBA
Should you place Recovery Catalog in the Same DB? . Can you use RMAN without Recovery catalog
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
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
What is database replicaion? What are the different types of replication you can set up in SQL Server?
How would you go about generating an EXPLAIN plan?
What is the difference between dropping a database and taking a database offline? : sql server DBA
by issuing "alter tablespace begin backup;" what happens to tablespace?
how do see how much space is used and free in a tablespace
how do we explain a project in cognos in an interview? please help me. Also how do we perform testing in cognos after creating reports?
From the database level, how can you tell under which time zone a database is operating?
if monday take full backup and tuesday it was cumulative backup and wednesday we taken incremental backup, thursday some disaster happen then what type of recovery and how it will take?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)