AWR – Host CPU

AWR - Host CPU

In AWR, the ‘Host CPU’ table comes under the ‘Report Summary’ section. Refer to the below figure: The following metrics are available in the ‘Host CPU’ table of an AWR report: CPUs The number of CPUs is the product of the number of cores and threads available on the database server. Formula: CPU = Number … Read more

AWR – Wait Classes by Total Wait Time

In AWR, the ‘Wait Classes by Total Wait Time’ table comes under the ‘Report Summary’ section. Refer to the below figure: To analyse this section, firstly check for the ‘Wait Class’ column. If User I/O, System I/O and Others have moderate ‘Waits’ value then it is fine. But if ‘Concurrency’ under the wait class has … Read more

Performance Engineering Interview Questions #13

Performance Engineering Interview Questions 13

Following are the Performance Engineering Interview Questions Set #13. Q. 61 How can lock contention be identified in an AWR report? Ans: High wait events like “enq: TX- row lock contention” or “enq: TM- contention” indicate lock waits. The “Segments by Row Lock Waits” section shows which segments are involved. Q. 62 What does the … Read more

Performance Engineering Interview Questions #12

Performance Engineering Interview Question 12

Following are the Performance Engineering Interview Questions Set #12. Q. 56 What role does the buffer cache play in database performance? Ans: The buffer cache stores copies of data blocks read from the disk. A properly sized buffer cache reduces physical I/O by satisfying requests from memory, thus improving performance. Q. 57 How can you … Read more

Performance Engineering Interview Questions #10

Performance Engineering Interview Question 10

Following are the Performance Engineering Interview Questions Set #10. Q. 46 What is a Large Pool in Oracle DB? Ans: The large pool is an optional memory area intended for memory allocations that are larger than is appropriate for the shared pool. It can provide large memory allocations for the following: Q. 47 What is Java Pool … Read more