Pre-Winter Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

PDF 1z0-084 Study Guide

Page: 2 / 4
Total 55 questions

Oracle Database 19c: Performance Management and Tuning Questions and Answers

Question 5

Which two types of performance problems are reported by ADDM for PDBS?

Options:

A.

I/O capacity limits

B.

Excessive checkpoint writes

C.

SGA sizing issues

D.

Top SQL statements

E.

User I/O waits

Question 6

You must write a statement that returns the ten most recent sales. Examine this statement:

Users complain that the query executes too slowly. Examine the statement's current execution plan:

What must you do to reduce the execution time and why?

Options:

A.

Create an index on SALES.TIME_ID to force the return of rows in the order specified by the ORDER BY clause.

B.

Replace the FETCH FIRST clause with ROWNUM to enable the use of an index on SALES.

C.

Collect a new set of statistics on PRODUCT, CUSTOMERS, and SALES because the current stats are inaccurate.

D.

Enable Adaptive Plans so that Oracle can change the Join method as well as the Join order for this query.

E.

Create an index on SALES.CUST_ID to force an INDEX RANGE SCAN on this index followed by a NESTED LOOP join between CUSTOMERS and SALES.

Question 7

A Standard Edition production database has performance problems for two hours on the same day each week.

Which tool must you use to diagnose the problem?

Options:

A.

SQL Performance Analyzer

B.

AWR Compare Periods report

C.

Database Replay

D.

Statspack report

Question 8

A database supporting a mixed workload is hosted on a server with 64 CPUs.

A large number of free buffer waits and buffer busy waits occur affecting performance.

The buffer cache size was then increased but after a few hours, the same wait events occur more often than before the change.

Examine these parameter settings:

Which two actions can help reduce the number of these waits7

Options:

A.

increasing the value of DB_FILE_MULTIBLOCK_READ_COUNT to 128

B.

Increasing the size of MEMORYTARGET

C.

setting dbwr_io_slaves to 64

D.

increasing the value of DBWRITERPROCESSES to 64,

E.

reducing the values of DB_FILE_MULTILOCK_READ_COUNT to 64

Page: 2 / 4
Total 55 questions