What solution would you recommend?

You work as a consultant DBA for various clients. A performance issue in one of the online transaction processing (OLTP) systems is reported to you and you received the Automatic Workload Repository (AWR) report generated in the database. The main sections of the AWR report are shown in the Exhibits.
View the Exhibit named DBTIME and note % DB Time.
View the Exhibit named TIMEMODEL and note what has contributed to % DB Time.
View the Exhibit named EFFICIENCY and examine the various percentages shown.
Identify the option that has the correct answers for the questions given below:
1) Which factor indicates the main problem?
2) What is the main problem?
3) What solution would you recommend?
Exhibit 1 (exhibit):
Exhibit 2 (exhibit):
Exhibit 3 (exhibit):

You work as a consultant DBA for various clients. A performance issue in one of the online transaction processing (OLTP) systems is reported to you and you received the Automatic Workload Repository (AWR) report generated in the database. The main sections of the AWR report are shown in the Exhibits.
View the Exhibit named DBTIME and note % DB Time.

View the Exhibit named TIMEMODEL and note what has contributed to % DB Time.

View the Exhibit named EFFICIENCY and examine the various percentages shown.

Identify the option that has the correct answers for the questions given below:
1) Which factor indicates the main problem?
2) What is the main problem?
3) What solution would you recommend?

A.
1) The Exhibit DBTIME shows that the DB CPU event consumed very high % DB Time.
2) The CPU is very slow.
3) Increase the number of processors.

B.
1) hard parse elapsed time has the majority time in parse time elapsed, which is shown in the TIMEMODEL Exhibit.
2) This is due to inadequate Database Buffer Cache.
3) Increase the size of database buffer cache.

C.
1) sql execute elapsed time and parse time elapsed are consuming very high % DB Time in the TIMEMODEL Exhibit.
2) There are too many soft parses.
3) Investigate the HOLD_CURSOR parameter setting in the application and set it appropriately.

D.
1) % Non-Parse CPU is low and Soft Parse % is also low in the EFFICIENCY Exhibit. This shows that very few statements are found in the cache.
2) There are too many hard parses.
3) Investigate the CURSOR_SHARING parameter setting and set it appropriately.



Leave a Reply 0

Your email address will not be published. Required fields are marked *