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 |
how can you enable flashback feature?
What are the different ways of moving data or databases between servers and databases in SQL Server?
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
How many packages we have in db
Give the stages of instance startup to a usable state where normal users may access it.
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA
What does coalescing a tablespace do?
How to start SQL Server in minimal configuration mode?
what functionality does oracle provide to secure sensitive information?
I want to reuse a piece of code inside a stored procedure. This piece of code need to be invoked multiple times inside the procedure based on some different conditions. How to achieve this?
What is a deadlock and what is a live lock? How will you go about resolving deadlocks?
what do you understand by flashback feature of oracle?
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)