Performance Engineering Interview Questions #11

Performance Engineering Interview Question 11

Following are the Performance Engineering Interview Questions Set #11. Q. 51 In the AWR report, where can you find information about PGA memory usage? Ans: The “Memory Statistics” section, specifically under “PGA Aggr Target Stats,” provides insights into PGA memory usage, including total PGA allocated and in-use statistics. Q. 52: What does a high ‘PGA … 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

Performance Engineering Interview Questions #9

Performance Engineering Interview Question 9

Following are the Performance Engineering Interview Questions Set #9. Q. 41 What is Library Cache in Oracle DB? Ans: The library cache is a shared pool memory structure that stores executable SQL and PL/SQL code. This cache contains the shared SQL and PL/SQL areas and control structures such as locks and library cache handles. The library cache … Read more

Performance Engineering Interview Questions #8

Performance Engineering Interview Question 8

Following are the Performance Engineering Interview Questions Set #8. Q. 36 What are the Oracle Database memory caches that affect performance? Ans: The main Oracle Database memory caches that affect performance include: Q. 37 What is Database Buffer Cache? The database buffer cache is the memory area that stores copies of data blocks read from data … Read more

Performance Engineering Interview Questions #7

Following are the Performance Engineering Interview Questions Set #7. Q. 31 What is Redo Size? Ans: In AWR, Redo size indicates the amount of DML (Data Manipulation Language) activity i.e. insert, update or delete operations that occurred in the database during the specific period. Q. 32 What is the ‘Log Buffer’? Ans: The Log Buffer … Read more

Performance Engineering Interview Questions #6

Performance Engineering Interview Question 6

Following are the Performance Engineering Interview Questions Set #6. Q. 26 What does the low value of the soft parse ratio indicate? Ans: Under ‘Instance Efficiency Percentages (Target 100%)’, check the value of Soft Parse % (or Soft Parse Ratio), if the value is low, then it indicates there could be a parsing issue. A … Read more