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 is the recommended interval at which to run statspack snapshots, and why?
Why does Oracle not permit the use of PCTUSED with indexes?
i want export 50gb data in datapump it will take 2 hours time to complete that how can u export that tell me script ???
wat is global index and local indes
what is incremental checkpoint?
In oracle 10g export, import if we declare rows=y/n what would be the output?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What are the different ways you can create databases in sql server? : sql server DBA
What are the different ways of moving data or databases between servers and databases in SQL Server?
You're getting high "busy buffer waits" - how can you find what's causing it?
What are the ways tablespaces can be managed and how do they differ?
Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvantages to each.
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)